aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-21 16:31:57 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-21 16:31:57 +0000
commit391c82678cf120e9748a8bc1f6813cfe830a53e6 (patch)
treeed2321139c5d4440f0022015044889a901402cc2 /irc
parent5549ed41d0b08d55d1d329c6556673d000e6adb5 (diff)
downloadports-391c82678cf120e9748a8bc1f6813cfe830a53e6.tar.gz
ports-391c82678cf120e9748a8bc1f6813cfe830a53e6.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/insub/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile
index 7d587ed81488..30047a72960b 100644
--- a/irc/insub/Makefile
+++ b/irc/insub/Makefile
@@ -3,6 +3,7 @@
PORTNAME= insub
PORTVERSION= 16.0
+PORTREVISION= 1
CATEGORIES= irc
MAINTAINER= ports@FreeBSD.org
@@ -14,16 +15,19 @@ RUN_DEPENDS= cowsay:games/cowsay \
USE_GITHUB= yes
GH_ACCOUNT= cjones
-USES= perl5 python:2.5+
+USES= perl5 python:2.5+ shebangfix
+SHEBANG_FILES= insub.py
USE_PERL5= run
+NO_BUILD= yes
+NO_ARCH= yes
+
+DATADIR= ${PREFIX}/share/cows
OPTIONS_DEFINE= COWS
OPTIONS_DEFAULT=COWS
-COWS_DESC= Install a collection of cowsay(1) cows
OPTIONS_SUB= yes
-NO_BUILD= yes
-DATADIR= ${PREFIX}/share/cows
+COWS_DESC= Install a collection of cowsay(1) cows
post-patch:
@${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' \