diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-23 03:15:02 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-23 03:15:02 +0000 |
commit | 19b94bad775bb9a1f632a9f3218b3deeba02b257 (patch) | |
tree | 8e698382c153280b28b71859f0e5d33a26cf38b2 /irc/insub | |
parent | c290f284ed8b39c0ddbaf026700d089e09b397f3 (diff) | |
download | ports-19b94bad775bb9a1f632a9f3218b3deeba02b257.tar.gz ports-19b94bad775bb9a1f632a9f3218b3deeba02b257.zip |
Notes
Diffstat (limited to 'irc/insub')
-rw-r--r-- | irc/insub/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile index 919b076a8626..6a471ee80d8c 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -12,9 +12,8 @@ COMMENT= Some scripts for expressing how you feel on IRC and the web RUN_DEPENDS= cowsay:${PORTSDIR}/games/cowsay \ figlet:${PORTSDIR}/misc/figlet -USES= perl5 +USES= perl5 python:2.5+ USE_PERL5= run -USE_PYTHON= 2.5+ OPTIONS_DEFINE= COWS OPTIONS_DEFAULT=COWS @@ -26,7 +25,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTNAME} DATADIR= ${PREFIX}/share/cows post-patch: - ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' \ + @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' \ ${WRKSRC}/${PORTNAME}.py ${WRKSRC}/irssi/${PORTNAME}.pl do-install: |