Adopt ports I care about.

This commit is contained in:
David E. O'Brien 1999-10-26 07:51:24 +00:00
parent 4ed33d1537
commit 375f0ab687
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52509

View File

@ -1,3 +1,4 @@
# ex:ts=8
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
@ -12,4 +13,6 @@ install:
${DESTDIR}${BINDIR}/dict
(cd ${DESTDIR}${BINDIR}/dict; rm -f words; ln -s web2 words)
MAINTAINER= obrien@FreeBSD.org
.include <bsd.prog.mk>