diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-09-23 14:55:56 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-09-23 14:55:56 +0000 |
commit | 9ea44383d6b6413c19e76e7e4bd858a7227d06b6 (patch) | |
tree | efe2b0252726b8d9e50e8be1b526f8e94171afac /chinese | |
parent | Update to MySQL 4.0.15 to fix the password denial-of-service problem. (diff) |
unbreak chinese/dictd
PR: 56688, 56771
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=89123
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/dictd/Makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/chinese/dictd/Makefile b/chinese/dictd/Makefile index 62ca98cf892f..08f4dbe3b8b5 100644 --- a/chinese/dictd/Makefile +++ b/chinese/dictd/Makefile @@ -7,9 +7,7 @@ CATEGORIES= chinese -MAINTAINER= ports@FreeBSD.org - -BROKEN= Does not compile +MAINTAINER= statue@freebsd.sinica.edu.tw MASTERDIR= ${.CURDIR}/../../net/dictd EXTRA_PATCHES= ${.CURDIR}/files/patch-index.c \ @@ -17,14 +15,14 @@ EXTRA_PATCHES= ${.CURDIR}/files/patch-index.c \ ${.CURDIR}/files/patch-dictfmt.c \ ${.CURDIR}/files/patch-Makefile.in -pre-install: - ${ECHO} "bin/dictfmt" > ${PLIST} - ${CAT} ${MASTERDIR}/pkg-plist >> ${PLIST} +#pre-install: +# ${ECHO_CMD} "bin/dictfmt" > ${PLIST} +# ${CAT} ${MASTERDIR}/pkg-plist >> ${PLIST} .include "${MASTERDIR}/Makefile" PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw- -ALL_TARGET+= dictfmt -INSTALL_TARGET+=install.dictfmt -PLIST= ${WRKDIR}/PLIST -MAN1+= dictfmt.1 +#ALL_TARGET+= dictfmt +#INSTALL_TARGET+=install.dictfmt +#PLIST= ${WRKDIR}/PLIST +#MAN1+= dictfmt.1 |