aboutsummaryrefslogtreecommitdiff
path: root/net/p5-srv2pf/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2015-11-07 12:00:14 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2015-11-07 12:00:14 +0000
commited6b91af030cef4675a091b07e992643f1167b87 (patch)
tree8e4c5947fcec4c528bdfe984b3c99844c07ae70e /net/p5-srv2pf/Makefile
parentd8a337c64b9e9696beb9bc65b9c10a425fbf8fe8 (diff)
downloadports-ed6b91af030cef4675a091b07e992643f1167b87.tar.gz
ports-ed6b91af030cef4675a091b07e992643f1167b87.zip
Upgrade to latest version (no code changes, documentation added).
Add missing PKGNAMEPREFIX.
Notes
Notes: svn path=/head/; revision=400982
Diffstat (limited to 'net/p5-srv2pf/Makefile')
-rw-r--r--net/p5-srv2pf/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/p5-srv2pf/Makefile b/net/p5-srv2pf/Makefile
index 4d3a7134f32c..65d4becddccc 100644
--- a/net/p5-srv2pf/Makefile
+++ b/net/p5-srv2pf/Makefile
@@ -1,9 +1,10 @@
# $FreeBSD$
PORTNAME= srv2pf
-PORTVERSION= 20151101
+PORTVERSION= 20151106
CATEGORIES= net
MASTER_SITES= GH
+PKGNAMEPREFIX= p5-
MAINTAINER= des@FreeBSD.org
COMMENT= Create and update PF tables from LDAP groups
@@ -19,6 +20,6 @@ GH_ACCOUNT= dag-erling
USES= perl5
USE_PERL5= configure run
-PLIST_FILES= bin/srv2pf
+PLIST_FILES= bin/${PORTNAME} ${SITE_MAN1_REL}/${PORTNAME}.1.gz
.include <bsd.port.mk>