Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2014 08:25:43 +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: r338840 - head/x11/apwal
Message-ID:  <201401060825.s068Ph0i036908@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jan  6 08:25:43 2014
New Revision: 338840
URL: http://svnweb.freebsd.org/changeset/ports/338840

Log:
  Support stage

Modified:
  head/x11/apwal/Makefile

Modified: head/x11/apwal/Makefile
==============================================================================
--- head/x11/apwal/Makefile	Mon Jan  6 08:24:24 2014	(r338839)
+++ head/x11/apwal/Makefile	Mon Jan  6 08:25:43 2014	(r338840)
@@ -11,21 +11,19 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Simple and powerful application launcher
 
 USE_GNOME=	gtk20 libxml2
-USE_GMAKE=	yes
-USES=		pkgconfig
+USES=		gmake pkgconfig
 
 WRKSRC=		${WRKDIR}/${PORTNAME}/src
 
 PLIST_FILES=	bin/apwal bin/apwal-editor
 
-NO_STAGE=	yes
 post-patch:
 	@${CP} ${FILESDIR}/group_member.c ${WRKSRC}
 	@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \
 		${WRKSRC}/cereimg.c ${WRKSRC}/../example/apwalrc.xml
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/apwal ${PREFIX}/bin
-	${LN} -sf ${PREFIX}/bin/apwal ${PREFIX}/bin/apwal-editor
+	${INSTALL_PROGRAM} ${WRKSRC}/apwal ${STAGEDIR}${PREFIX}/bin
+	${LN} -sf apwal ${STAGEDIR}${PREFIX}/bin/apwal-editor
 
 .include <bsd.port.mk>



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