svn commit: r356973 - head/irc/ninja

Vanilla I. Shu vanilla at FreeBSD.org
Sun Jun 8 03:58:47 UTC 2014


Author: vanilla
Date: Sun Jun  8 03:58:47 2014
New Revision: 356973
URL: http://svnweb.freebsd.org/changeset/ports/356973
QAT: https://qat.redports.org/buildarchive/r356973/

Log:
  Stagify.

Modified:
  head/irc/ninja/Makefile

Modified: head/irc/ninja/Makefile
==============================================================================
--- head/irc/ninja/Makefile	Sun Jun  8 03:43:11 2014	(r356972)
+++ head/irc/ninja/Makefile	Sun Jun  8 03:58:47 2014	(r356973)
@@ -16,15 +16,14 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	IRCLIB="${DATADIR}"
 MAKE_JOBS_UNSAFE=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e "s|%%IRCLIB%%|${DATADIR}|g" \
 		${WRKSRC}/include/config.h.dist
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/ninja ${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/ninjawserv ${PREFIX}/bin
-	@${MKDIR} ${DATADIR}/translation
-	${INSTALL_DATA} ${WRKSRC}/translation/* ${DATADIR}/translation
+	${INSTALL_PROGRAM} ${WRKSRC}/ninja ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/ninjawserv ${STAGEDIR}${PREFIX}/bin
+	@${MKDIR} ${STAGEDIR}${DATADIR}/translation
+	${INSTALL_DATA} ${WRKSRC}/translation/* ${STAGEDIR}${DATADIR}/translation
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list