diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-24 01:37:14 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-24 01:37:14 +0000 |
commit | e68fac77ea4fe734afec2854c0262645c6ff2cc9 (patch) | |
tree | 3e4dadc33f2b7149aefea530ff907a2c3602f1e8 /sysutils/healthd/Makefile | |
parent | 096866c55dd5175b7c2cf7b1f20ee892252f67f8 (diff) | |
download | FreeBSD-ports-e68fac77ea4fe734afec2854c0262645c6ff2cc9.zip FreeBSD-ports-e68fac77ea4fe734afec2854c0262645c6ff2cc9.tar.gz |
Mikhail Teterin <mi@aldan.algebra.com> in PR 22258 showed me a more
elegant way to modify plist for NOPORTSDOC
Diffstat (limited to 'sysutils/healthd/Makefile')
-rw-r--r-- | sysutils/healthd/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index 39fbaf7..a82f5a8 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -23,13 +23,12 @@ CONFIGURE_ARGS= --exec-prefix=${PREFIX} MAN8= healthd.8 healthdc.8 INSTALL_TARGET= install-all -PLIST= ${WRKDIR}/PLIST.BASE HDDOCDIR= ${PREFIX}/share/doc/healthd -pre-install: - @cp ${.CURDIR}/pkg-plist ${WRKDIR}/PLIST.BASE -.if !defined(NOPORSDOCS) - @cat ${.CURDIR}/pkg-plist.doc >> ${WRKDIR}/PLIST.BASE +.if !defined(NOPORTDOCS) +PLIST_SUB= HDDOCS='' +.else +PLIST_SUB= HDDOCS='@comment ' .endif post-install: |