Date: Sat, 25 Jan 2014 21:44:31 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341115 - head/net-im/ari-yahoo Message-ID: <201401252144.s0PLiV6J003202@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401252144.s0PLiV6J003202>