aboutsummaryrefslogtreecommitdiff
path: root/security/pulledpork/Makefile
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2010-10-31 23:51:24 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2010-10-31 23:51:24 +0000
commitdd3ac4bc7a2b96df1b72c27f45ac5fbf055fb38d (patch)
tree5a50e445f4cda61b65ff34fbf05bfcf53778cecc /security/pulledpork/Makefile
parent37916e63e87be953eac9abbe5c28ff1c0c966a4f (diff)
downloadports-dd3ac4bc7a2b96df1b72c27f45ac5fbf055fb38d.tar.gz
ports-dd3ac4bc7a2b96df1b72c27f45ac5fbf055fb38d.zip
Notes
Diffstat (limited to 'security/pulledpork/Makefile')
-rw-r--r--security/pulledpork/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/pulledpork/Makefile b/security/pulledpork/Makefile
index aad7408ba618..3aa0dfb48852 100644
--- a/security/pulledpork/Makefile
+++ b/security/pulledpork/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pulledpork
PORTVERSION= 0.5.0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
@@ -21,7 +22,9 @@ LICENSE= GPLv2
NO_BUILD= yes
USE_PERL5_RUN= yes
-PLIST_DIRS= %%ETCDIR%%
+PLIST_DIRS= %%ETCDIR%% \
+ %%DATADIR%%
+
PLIST_FILES= bin/pulledpork.pl \
%%ETCDIR%%/disablesid.conf.sample \
%%ETCDIR%%/dropsid.conf.sample \
@@ -31,8 +34,6 @@ PLIST_FILES= bin/pulledpork.pl \
%%DATADIR%%/README.CONTRIB \
%%DATADIR%%/oink-conv.pl
-PLIST_DIRS= %%DATADIR%%
-
SUB_FILES= pkg-message
.include <bsd.port.pre.mk>