diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2010-10-31 23:51:24 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2010-10-31 23:51:24 +0000 |
commit | dd3ac4bc7a2b96df1b72c27f45ac5fbf055fb38d (patch) | |
tree | 5a50e445f4cda61b65ff34fbf05bfcf53778cecc /security/pulledpork | |
parent | 37916e63e87be953eac9abbe5c28ff1c0c966a4f (diff) |
- correct PLIST_DIR again
- bump PORTREVISION
Approved by: glarkin (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=263864
Diffstat (limited to 'security/pulledpork')
-rw-r--r-- | security/pulledpork/Makefile | 7 |
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> |