svn commit: r338768 - head/x11/bbappconf

Antoine Brodin antoine at FreeBSD.org
Sun Jan 5 13:29:18 UTC 2014


Author: antoine
Date: Sun Jan  5 13:29:17 2014
New Revision: 338768
URL: http://svnweb.freebsd.org/changeset/ports/338768

Log:
  Stage support

Modified:
  head/x11/bbappconf/Makefile

Modified: head/x11/bbappconf/Makefile
==============================================================================
--- head/x11/bbappconf/Makefile	Sun Jan  5 13:23:32 2014	(r338767)
+++ head/x11/bbappconf/Makefile	Sun Jan  5 13:29:17 2014	(r338768)
@@ -13,12 +13,11 @@ COMMENT=	Application configuring tool fo
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
 
-NO_STAGE=	yes
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/bbappconf ${PREFIX}/bin
-	@${MKDIR} ${PREFIX}/share/bbtools
+	${INSTALL_PROGRAM} ${WRKSRC}/bbappconf ${STAGEDIR}${PREFIX}/bin
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/bbtools
 .for a in README.bbappconf bbappconf.bb bbappconf.nobb
-	@${INSTALL_DATA} ${WRKSRC}/data/${a} ${PREFIX}/share/bbtools
+	${INSTALL_DATA} ${WRKSRC}/data/${a} ${STAGEDIR}${PREFIX}/share/bbtools
 .endfor
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list