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 /security/amavis-perl | |
parent | 17e1f4bf71fcdd4743e5ee4f9b83461381dfda83 (diff) |
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 'security/amavis-perl')
-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 979a708d9d04..1be8f4fa1dd5 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 33cfc646c3cc..ffde6df5e5be 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 |