diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-18 01:27:22 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-18 01:27:22 +0000 |
commit | a48d6c62b9c0cb4e647bc1a8a6434c954b443cab (patch) | |
tree | d466f54d705b3e5da5df70a0d9f09de16f9b537c /chinese | |
parent | Add junipoll 1.015, (diff) |
1. add missing manpage.
2. drop maintainership.
Reviewed by: kcwu@ck.tp.edu.tw
Notes
Notes:
svn path=/head/; revision=83202
Diffstat (limited to 'chinese')
-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 6abec4ab7c0b..6bd65d9e64a0 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 |