svn commit: r343003 - head/irc/muh

Martin Wilke miwi at FreeBSD.org
Thu Feb 6 10:29:09 UTC 2014


Author: miwi
Date: Thu Feb  6 10:29:09 2014
New Revision: 343003
URL: http://svnweb.freebsd.org/changeset/ports/343003
QAT: https://qat.redports.org/buildarchive/r343003/

Log:
  - Stage support

Modified:
  head/irc/muh/Makefile

Modified: head/irc/muh/Makefile
==============================================================================
--- head/irc/muh/Makefile	Thu Feb  6 10:28:59 2014	(r343002)
+++ head/irc/muh/Makefile	Thu Feb  6 10:29:09 2014	(r343003)
@@ -15,14 +15,13 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	"--enable-ipv6"
 .endif
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e "s|=muh|=${PREFIX}/bin/muh|g" ${WRKSRC}/misc/muh-check
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/src/muh ${PREFIX}/bin
-	${INSTALL_SCRIPT} ${WRKSRC}/misc/muh-check ${PREFIX}/bin
-	${INSTALL_SCRIPT} ${WRKSRC}/misc/muh-rotatelog ${PREFIX}/bin
-	${INSTALL_DATA} ${WRKSRC}/misc/muhrc ${PREFIX}/share/skel/dot.muhrc
+	${INSTALL_PROGRAM} ${WRKSRC}/src/muh ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/misc/muh-check ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/misc/muh-rotatelog ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_DATA} ${WRKSRC}/misc/muhrc ${STAGEDIR}${PREFIX}/share/skel/dot.muhrc
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list