aboutsummaryrefslogtreecommitdiff
path: root/security/libfwbuilder/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libfwbuilder/Makefile')
-rw-r--r--security/libfwbuilder/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile
index 1a9900fe4719..2679a5095a43 100644
--- a/security/libfwbuilder/Makefile
+++ b/security/libfwbuilder/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= libfwbuilder
-PORTVERSION= 2.1.14
+PORTVERSION= 2.1.16
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= fwbuilder
@@ -40,4 +40,8 @@ post-install:
${RM} ${PREFIX}/lib/libfwbuilder.so.7.3
${RM} ${PREFIX}/lib/libfwcompiler.so.7.3
+.if !defined(NOPORTDOCS)
+PORTDOCS= *
+.endif
+
.include <bsd.port.mk>