diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-17 17:19:48 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-17 17:19:48 +0000 |
commit | 7c47779cb9cc1f12908949c26b831e944047ed17 (patch) | |
tree | cc6e929ebf67eee2cc8ce1692ea0663387b3a559 /www/jspacker | |
parent | b4c4d6656e7b913544a3cbd1bea7f40f7cad2e74 (diff) | |
download | ports-7c47779cb9cc1f12908949c26b831e944047ed17.tar.gz ports-7c47779cb9cc1f12908949c26b831e944047ed17.zip |
Notes
Diffstat (limited to 'www/jspacker')
-rw-r--r-- | www/jspacker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/jspacker/Makefile b/www/jspacker/Makefile index 9d0a6bbfd483..276b510acae5 100644 --- a/www/jspacker/Makefile +++ b/www/jspacker/Makefile @@ -3,7 +3,7 @@ PORTNAME= jspacker DISTVERSION= 1.00b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://nivi.interfree.it/distfiles/${PORTNAME}/ \ http://deanedwards.googlecode.com/svn/trunk/download/ @@ -25,7 +25,7 @@ perl_OLD_CMD= perl SUB_FILES= ${PORTNAME} SUB_LIST= JSPACKER=${JSPACKER} \ - PERL5=${PERL5} + PERL5=${PERL} OPTIONS_DEFINE= EXAMPLES |