mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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
|
PORTNAME= pulledpork
|
||||||
PORTVERSION= 0.5.0
|
PORTVERSION= 0.5.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||||
|
|
||||||
|
@ -21,7 +22,9 @@ LICENSE= GPLv2
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
USE_PERL5_RUN= yes
|
USE_PERL5_RUN= yes
|
||||||
|
|
||||||
PLIST_DIRS= %%ETCDIR%%
|
PLIST_DIRS= %%ETCDIR%% \
|
||||||
|
%%DATADIR%%
|
||||||
|
|
||||||
PLIST_FILES= bin/pulledpork.pl \
|
PLIST_FILES= bin/pulledpork.pl \
|
||||||
%%ETCDIR%%/disablesid.conf.sample \
|
%%ETCDIR%%/disablesid.conf.sample \
|
||||||
%%ETCDIR%%/dropsid.conf.sample \
|
%%ETCDIR%%/dropsid.conf.sample \
|
||||||
|
@ -31,8 +34,6 @@ PLIST_FILES= bin/pulledpork.pl \
|
||||||
%%DATADIR%%/README.CONTRIB \
|
%%DATADIR%%/README.CONTRIB \
|
||||||
%%DATADIR%%/oink-conv.pl
|
%%DATADIR%%/oink-conv.pl
|
||||||
|
|
||||||
PLIST_DIRS= %%DATADIR%%
|
|
||||||
|
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue