diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-11-22 16:07:31 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-11-22 16:07:31 +0800 |
commit | adf09d40552fd515a0ef5d0e6349d5136bb11747 (patch) | |
tree | 6578ed6350c478cba5de107d5cd5903b65f6d295 /security | |
parent | c1dacb26c34520f1ef25494a1325b405f0bd5698 (diff) | |
download | freebsd-ports-gnome-adf09d40552fd515a0ef5d0e6349d5136bb11747.tar.gz freebsd-ports-gnome-adf09d40552fd515a0ef5d0e6349d5136bb11747.tar.zst freebsd-ports-gnome-adf09d40552fd515a0ef5d0e6349d5136bb11747.zip |
- man pages installation is not conditioned by PORTDOCS (fix for -DNOPORTDOCS)
- bump PORTREVISION
Prompted by: QAT QA run
Diffstat (limited to 'security')
-rw-r--r-- | security/saint/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/saint/Makefile b/security/saint/Makefile index baaf0e2ce80a..0c0395995248 100644 --- a/security/saint/Makefile +++ b/security/saint/Makefile @@ -7,6 +7,7 @@ PORTNAME= saint PORTVERSION= 3.5.8 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://147.102.222.211/pub/security/scanners/saint/ @@ -30,9 +31,7 @@ INSTALL_TARGET= all do-install: @${MKDIR} ${PREFIX}/saint ${TAR} -C ${WRKSRC} -cf - -X ${FILESDIR}/excludefiles . | ${TAR} -C ${PREFIX}/saint -xf - -.if !defined(NOPORTDOCS) ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 -.endif post-install: @${RM} -rf ${PREFIX}/saint/include/ASM-i386 |