aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/ari-yahoo/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-26 05:44:31 +0800
committerbapt <bapt@FreeBSD.org>2014-01-26 05:44:31 +0800
commita830257846df701e68e106b3ef6684e03732e6ad (patch)
tree39f0e0d9ea940107aaa14395e12fbc5583f410da /net-im/ari-yahoo/Makefile
parentf053bc75667b1a886c640cdf3c2fcab4aa12f851 (diff)
downloadfreebsd-ports-gnome-a830257846df701e68e106b3ef6684e03732e6ad.tar.gz
freebsd-ports-gnome-a830257846df701e68e106b3ef6684e03732e6ad.tar.zst
freebsd-ports-gnome-a830257846df701e68e106b3ef6684e03732e6ad.zip
Support stage
USE_GMAKE -> USES=gmake
Diffstat (limited to 'net-im/ari-yahoo/Makefile')
-rw-r--r--net-im/ari-yahoo/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-im/ari-yahoo/Makefile b/net-im/ari-yahoo/Makefile
index d7ce6920520f..bb7d3189e151 100644
--- a/net-im/ari-yahoo/Makefile
+++ b/net-im/ari-yahoo/Makefile
@@ -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>