1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

unbreak at bento: ${LN} -f mostly does not work if WRKDIRPREFIX is set.

remove MANCOMPRESSED=no, this is default.
This commit is contained in:
FUJISHIMA Satsuki 2001-09-11 18:56:20 +00:00
parent ff84c5217c
commit 1aa485f56a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47702

View File

@ -20,8 +20,6 @@ STARTUP= diskcheckd.sh
MAN8= diskcheckd.8
MLINKS= diskcheckd.8 diskcheckd.conf.5
MANCOMPRESSED= no
NO_WRKSUBDIR= yes
CFLAGS+= -D_PATH_CONF='\"${PREFIX}/etc/diskcheckd.conf\"'
@ -36,7 +34,7 @@ do-extract:
@${MKDIR} ${WRKSRC}
.for file in Makefile diskcheckd.c diskcheckd.8
@(cd ${WRKSRC} ; ${LN} -f ${FILESDIR}/${file} .)
@(cd ${WRKSRC} ; ${CP} ${FILESDIR}/${file} .)
.endfor
do-patch: