- Drop @dirrm* from plist
- Fix shebangs - Add NO_ARCH Approved by: portmgr blanket
This commit is contained in:
parent
735b570f30
commit
5514152b7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391906
2 changed files with 5 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= jspacker
|
||||
DISTVERSION= 1.00b
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nivi.interfree.it/distfiles/${PORTNAME}/ \
|
||||
http://deanedwards.googlecode.com/svn/trunk/download/
|
||||
|
@ -14,10 +15,13 @@ COMMENT= JavaScript compressor/obfuscator (Perl version)
|
|||
JSPACKER= jsPacker.pl
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
USES= perl5 zip
|
||||
USES= perl5 shebangfix zip
|
||||
USE_PERL5= run
|
||||
SHEBANG_FILES= jsPacker.pl
|
||||
perl_OLD_CMD= perl
|
||||
|
||||
SUB_FILES= ${PORTNAME}
|
||||
SUB_LIST= JSPACKER=${JSPACKER} \
|
||||
|
|
|
@ -3,5 +3,3 @@ bin/jspacker
|
|||
%%DATADIR%%/Pack.pm
|
||||
%%DATADIR%%/ParseMaster.pm
|
||||
%%DATADIR%%/jsPacker.pl
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
|
|
Loading…
Reference in a new issue