svn commit: r338840 - head/x11/apwal

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 6 08:25:43 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list