diff options
author | will <will@FreeBSD.org> | 2001-01-17 03:08:45 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-17 03:08:45 +0800 |
commit | 0ba80656c8f4ec632e9e9d3b55fd409f55e82e44 (patch) | |
tree | ee9c734648511f29b2fdf00fe2cff8669c3c4831 /sysutils | |
parent | a5ba41bacad7192081dab6463f8d9602893579d0 (diff) | |
download | freebsd-ports-gnome-0ba80656c8f4ec632e9e9d3b55fd409f55e82e44.tar.gz freebsd-ports-gnome-0ba80656c8f4ec632e9e9d3b55fd409f55e82e44.tar.zst freebsd-ports-gnome-0ba80656c8f4ec632e9e9d3b55fd409f55e82e44.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.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/clockspeed/Makefile | 6 | ||||
-rw-r--r-- | sysutils/healthd/Makefile | 6 | ||||
-rw-r--r-- | sysutils/healthd/pkg-plist | 6 |
3 files changed, 3 insertions, 15 deletions
diff --git a/sysutils/clockspeed/Makefile b/sysutils/clockspeed/Makefile index 96dc7d733fb1..b3fc7155ce89 100644 --- a/sysutils/clockspeed/Makefile +++ b/sysutils/clockspeed/Makefile @@ -21,12 +21,6 @@ INSTALL_TARGET= setup check MAN1= clockadd.1 clockspeed.1 clockview.1 sntpclock.1 \ taiclock.1 taiclockd.1 -.if defined(NOPORTDOCS) -PLIST_SUB+= PORTDOCS:="@comment " -.else -PLIST_SUB+= PORTDOCS:= -.endif - do-configure: @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/INSTALL @${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc 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 |