svn commit: r341115 - head/net-im/ari-yahoo

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 25 21:44:32 UTC 2014


Author: bapt
Date: Sat Jan 25 21:44:31 2014
New Revision: 341115
URL: http://svnweb.freebsd.org/changeset/ports/341115
QAT: https://qat.redports.org/buildarchive/r341115/

Log:
  Support stage
  USE_GMAKE -> USES=gmake

Modified:
  head/net-im/ari-yahoo/Makefile

Modified: head/net-im/ari-yahoo/Makefile
==============================================================================
--- head/net-im/ari-yahoo/Makefile	Sat Jan 25 21:41:14 2014	(r341114)
+++ head/net-im/ari-yahoo/Makefile	Sat Jan 25 21:44:31 2014	(r341115)
@@ -8,14 +8,13 @@ CATEGORIES=	net-im
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A console Yahoo! messenger client
+COMMENT=	Console Yahoo! messenger client
 
+USES=		gmake
 PLIST_FILES=	bin/ari-yahoo
-USE_GMAKE=	yes
 USE_GCC=	any
 USE_AUTOTOOLS=	autoconf
 
-NO_STAGE=	yes
 pre-configure:
 	@${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in
 	@(cd ${WRKSRC}/libyahoo && ${SETENV} ${AUTOCONF_ENV} ${AUTOCONF} \
@@ -23,6 +22,6 @@ pre-configure:
 
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/ari-yahoo ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/ari-yahoo ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list