mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
unbreak chinese/dictd
PR: 56688, 56771 Submitted by: Statue <statue@freebsd.sinica.edu.tw> KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
7b468b28fa
commit
9ea44383d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89123
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user