svn commit: r387756 - head/textproc/p5-SVG
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 28 18:15:00 UTC 2015
Author: amdmi3
Date: Thu May 28 18:14:59 2015
New Revision: 387756
URL: https://svnweb.freebsd.org/changeset/ports/387756
Log:
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/textproc/p5-SVG/Makefile
Modified: head/textproc/p5-SVG/Makefile
==============================================================================
--- head/textproc/p5-SVG/Makefile Thu May 28 18:14:55 2015 (r387755)
+++ head/textproc/p5-SVG/Makefile Thu May 28 18:14:59 2015 (r387756)
@@ -3,6 +3,7 @@
PORTNAME= SVG
PORTVERSION= 2.63
+PORTREVISION= 1
CATEGORIES= textproc graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,8 +16,10 @@ LICENSE_COMB= dual
OPTIONS_DEFINE= EXAMPLES
-USES= perl5 dos2unix
+USES= dos2unix perl5 shebangfix
+SHEBANG_FILES= examples/*.pl examples/*.cgi examples/*.psgi
USE_PERL5= configure
+NO_ARCH= yes
PORTEXAMPLES= *
More information about the svn-ports-head
mailing list