diff options
author | will <will@FreeBSD.org> | 2001-01-16 19:08:45 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-16 19:08:45 +0000 |
commit | 0ba80656c8f4ec632e9e9d3b55fd409f55e82e44 (patch) | |
tree | ee9c734648511f29b2fdf00fe2cff8669c3c4831 /security | |
parent | a5ba41bacad7192081dab6463f8d9602893579d0 (diff) | |
download | FreeBSD-ports-0ba80656c8f4ec632e9e9d3b55fd409f55e82e44.zip FreeBSD-ports-0ba80656c8f4ec632e9e9d3b55fd409f55e82e44.tar.gz |
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 'security')
-rw-r--r-- | security/amavis-perl/Makefile | 6 | ||||
-rw-r--r-- | security/amavis-perl/pkg-plist | 14 |
2 files changed, 7 insertions, 13 deletions
diff --git a/security/amavis-perl/Makefile b/security/amavis-perl/Makefile index 979a708..1be8f4f 100644 --- a/security/amavis-perl/Makefile +++ b/security/amavis-perl/Makefile @@ -34,12 +34,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-qmail --disable-postfix --disable-exim --with-virusdir=/var/spool/quarantine --enable-relay -.if defined(NOPORTDOCS) -PLIST_SUB+= NOPORTDOCS="@comment " -.else -PLIST_SUB+= NOPORTDOCS="" -.endif - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/amavis/amavis ${PREFIX}/sbin .if !defined(NOPORTDOCS) diff --git a/security/amavis-perl/pkg-plist b/security/amavis-perl/pkg-plist index 33cfc64..ffde6df 100644 --- a/security/amavis-perl/pkg-plist +++ b/security/amavis-perl/pkg-plist @@ -1,8 +1,8 @@ sbin/amavis -%%NOPORTDOCS%%share/doc/amavis/amavis.txt -%%NOPORTDOCS%%share/doc/amavis/README -%%NOPORTDOCS%%share/doc/amavis/README.exim -%%NOPORTDOCS%%share/doc/amavis/README.postfix -%%NOPORTDOCS%%share/doc/amavis/README.sendmail -%%NOPORTDOCS%%share/doc/amavis/README.scanners -%%NOPORTDOCS%%@dirrm share/doc/amavis +%%PORTDOCS%%share/doc/amavis/amavis.txt +%%PORTDOCS%%share/doc/amavis/README +%%PORTDOCS%%share/doc/amavis/README.exim +%%PORTDOCS%%share/doc/amavis/README.postfix +%%PORTDOCS%%share/doc/amavis/README.sendmail +%%PORTDOCS%%share/doc/amavis/README.scanners +%%PORTDOCS%%@dirrm share/doc/amavis |