diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-16 19:08:45 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-16 19:08:45 +0000 |
commit | 5ccbc2a8acb7f736ee65382f5bf4c48c35167f55 (patch) | |
tree | 4ea8a3247c3032b7171664c4a7f0bf5e871c3cba /sysutils/healthd | |
parent | 17e1f4bf71fcdd4743e5ee4f9b83461381dfda83 (diff) | |
download | ports-5ccbc2a8acb7f736ee65382f5bf4c48c35167f55.tar.gz ports-5ccbc2a8acb7f736ee65382f5bf4c48c35167f55.zip |
Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now in
bsd.port.mk, for easy removal of documentation. I left alone one port -
japanese/elisa8x8 (or something like that), because it appeared to have
some rather weird way of doing PORTDOCS substitution.
Notes
Notes:
svn path=/head/; revision=37257
Diffstat (limited to 'sysutils/healthd')
-rw-r--r-- | sysutils/healthd/Makefile | 6 | ||||
-rw-r--r-- | sysutils/healthd/pkg-plist | 6 |
2 files changed, 3 insertions, 9 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index e9ffd7e0c216..1a38cdad0737 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -25,12 +25,6 @@ INSTALL_TARGET= install-all HDDOCDIR= ${PREFIX}/share/doc/healthd -.if !defined(NOPORTDOCS) -PLIST_SUB= HDDOCS='' -.else -PLIST_SUB= HDDOCS='@comment ' -.endif - .include <bsd.port.pre.mk> .if ${OSVERSION} < 400014 diff --git a/sysutils/healthd/pkg-plist b/sysutils/healthd/pkg-plist index 103062079028..abc55f36a787 100644 --- a/sysutils/healthd/pkg-plist +++ b/sysutils/healthd/pkg-plist @@ -4,6 +4,6 @@ sbin/healthd etc/healthd.conf.sample @exec if [ ! -f %D/etc/healthd.conf ]; then cp -p %D/%F %B/healthd.conf; fi etc/rc.d/healthd.sh -%%HDDOCS%%share/doc/healthd/README -%%HDDOCS%%share/doc/healthd/PROTOCOL -%%HDDOCS%%@dirrm share/doc/healthd +%%PORTDOCS%%share/doc/healthd/README +%%PORTDOCS%%share/doc/healthd/PROTOCOL +%%PORTDOCS%%@dirrm share/doc/healthd |