svn commit: r387932 - head/deskutils/p5-Goo
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat May 30 12:24:47 UTC 2015
Author: amdmi3
Date: Sat May 30 12:24:46 2015
New Revision: 387932
URL: https://svnweb.freebsd.org/changeset/ports/387932
Log:
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/deskutils/p5-Goo/Makefile
Modified: head/deskutils/p5-Goo/Makefile
==============================================================================
--- head/deskutils/p5-Goo/Makefile Sat May 30 12:12:02 2015 (r387931)
+++ head/deskutils/p5-Goo/Makefile Sat May 30 12:24:46 2015 (r387932)
@@ -3,7 +3,7 @@
PORTNAME= Goo
PORTVERSION= 0.09
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= deskutils sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -27,7 +27,9 @@ BUILD_DEPENDS= p5-Config-Auto>=0:${PORTS
p5-Text-FormatTable>=0:${PORTSDIR}/textproc/p5-Text-FormatTable
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= lib/Goo/Thing/*/*.pl
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list