aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deskutils/p5-Goo/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/p5-Goo/Makefile b/deskutils/p5-Goo/Makefile
index 4c412851f3e2..3d2ed8c2387a 100644
--- a/deskutils/p5-Goo/Makefile
+++ b/deskutils/p5-Goo/Makefile
@@ -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:${PORTSDIR}/devel/p5-Config-Auto \
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>