diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-21 16:31:57 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-21 16:31:57 +0000 |
commit | 391c82678cf120e9748a8bc1f6813cfe830a53e6 (patch) | |
tree | ed2321139c5d4440f0022015044889a901402cc2 /irc/insub | |
parent | 5549ed41d0b08d55d1d329c6556673d000e6adb5 (diff) | |
download | ports-391c82678cf120e9748a8bc1f6813cfe830a53e6.tar.gz ports-391c82678cf120e9748a8bc1f6813cfe830a53e6.zip |
Notes
Diffstat (limited to 'irc/insub')
-rw-r--r-- | irc/insub/Makefile | 12 |
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' \ |