- correct PLIST_DIR again
- bump PORTREVISION Approved by: glarkin (mentor, implicit)
This commit is contained in:
parent
37916e63e8
commit
dd3ac4bc7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263864
1 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue