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 /x11-toolkits/libjparser/Makefile | |
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 'x11-toolkits/libjparser/Makefile')
-rw-r--r-- | x11-toolkits/libjparser/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/x11-toolkits/libjparser/Makefile b/x11-toolkits/libjparser/Makefile index ca67f7e1a2ea..550a8e8988b4 100644 --- a/x11-toolkits/libjparser/Makefile +++ b/x11-toolkits/libjparser/Makefile @@ -72,12 +72,6 @@ ALL_TARGET= freebsd2.x LIBNUMBER= 1.1 .endif -.if defined(NOPORTDOCS) -PLIST_SUB+= PORTDOCS:="@comment " -.else -PLIST_SUB+= PORTDOCS:= -.endif # !defined(NOPORTDOCS) - post-extract: .for i in ${COPY_JXDIRS} @${CP} -Rp ${JXPORT_WRKSRC}/${i} ${WRKSRC} |