aboutsummaryrefslogtreecommitdiff
path: root/irc/insub
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-08-23 03:15:02 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-08-23 03:15:02 +0000
commit19b94bad775bb9a1f632a9f3218b3deeba02b257 (patch)
tree8e698382c153280b28b71859f0e5d33a26cf38b2 /irc/insub
parentc290f284ed8b39c0ddbaf026700d089e09b397f3 (diff)
downloadports-19b94bad775bb9a1f632a9f3218b3deeba02b257.tar.gz
ports-19b94bad775bb9a1f632a9f3218b3deeba02b257.zip
Conver to USES=python
Notes
Notes: svn path=/head/; revision=365707
Diffstat (limited to 'irc/insub')
-rw-r--r--irc/insub/Makefile5
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: