svn commit: r365707 - head/irc/insub
Adam Weinberger
adamw at FreeBSD.org
Sat Aug 23 03:15:03 UTC 2014
Author: adamw
Date: Sat Aug 23 03:15:02 2014
New Revision: 365707
URL: http://svnweb.freebsd.org/changeset/ports/365707
QAT: https://qat.redports.org/buildarchive/r365707/
Log:
Conver to USES=python
Modified:
head/irc/insub/Makefile
Modified: head/irc/insub/Makefile
==============================================================================
--- head/irc/insub/Makefile Sat Aug 23 01:37:27 2014 (r365706)
+++ head/irc/insub/Makefile Sat Aug 23 03:15:02 2014 (r365707)
@@ -12,9 +12,8 @@ COMMENT= Some scripts for expressing how
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}-${DISTNAM
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:
More information about the svn-ports-head
mailing list