Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2014 03:15:03 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365707 - head/irc/insub
Message-ID:  <201408230315.s7N3F3Mb034541@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408230315.s7N3F3Mb034541>