diff options
| author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-11 18:56:20 +0000 |
|---|---|---|
| committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-11 18:56:20 +0000 |
| commit | 1aa485f56a07ef1347607f19526899c6e92182ff (patch) | |
| tree | ec23c7afa47f4c14d4016f29777ce03f00819999 | |
| parent | unbreak with XFree86-4. (diff) | |
unbreak at bento: ${LN} -f mostly does not work if WRKDIRPREFIX is set.
remove MANCOMPRESSED=no, this is default.
Notes
Notes:
svn path=/head/; revision=47702
| -rw-r--r-- | sysutils/diskcheckd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/diskcheckd/Makefile b/sysutils/diskcheckd/Makefile index 7d1c52f40823..40799c3531b6 100644 --- a/sysutils/diskcheckd/Makefile +++ b/sysutils/diskcheckd/Makefile @@ -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: |
