diff options
author | leeym <leeym@FreeBSD.org> | 2003-06-18 01:27:22 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-06-18 01:27:22 +0000 |
commit | a76e4d99d0e9840d252f86bae2d63b36bee1d90a (patch) | |
tree | d34ef5288679c44120c1f3862f3a756e37f98e61 /chinese/dictd | |
parent | a08e5be770f4ec6d4acfaeb40529a32b396344cd (diff) | |
download | FreeBSD-ports-a76e4d99d0e9840d252f86bae2d63b36bee1d90a.zip FreeBSD-ports-a76e4d99d0e9840d252f86bae2d63b36bee1d90a.tar.gz |
1. add missing manpage.
2. drop maintainership.
Reviewed by: kcwu@ck.tp.edu.tw
Diffstat (limited to 'chinese/dictd')
-rw-r--r-- | chinese/dictd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/dictd/Makefile b/chinese/dictd/Makefile index 6abec4a..6bd65d9 100644 --- a/chinese/dictd/Makefile +++ b/chinese/dictd/Makefile @@ -7,7 +7,7 @@ CATEGORIES= chinese -MAINTAINER= kcwu@ck.tp.edu.tw +MAINTAINER= ports@FreeBSD.org MASTERDIR= ${.CURDIR}/../../net/dictd EXTRA_PATCHES= ${.CURDIR}/files/patch-index.c \ @@ -25,3 +25,4 @@ PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw- ALL_TARGET+= dictfmt INSTALL_TARGET+=install.dictfmt PLIST= ${WRKDIR}/PLIST +MAN1+= dictfmt.1 |