diff options
Diffstat (limited to 'security/scamp/Makefile')
-rw-r--r-- | security/scamp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/scamp/Makefile b/security/scamp/Makefile index e1e7438a2227..b3d847665162 100644 --- a/security/scamp/Makefile +++ b/security/scamp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scamp -PORTVERSION= 5.5 +PORTVERSION= 5.6 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -27,6 +27,8 @@ SUB_FILES= pkg-message MAN1= scamp.1 +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: |