svn commit: r331338 - head/net-im/twirssi

Renato Botelho garga at FreeBSD.org
Tue Oct 22 22:51:41 UTC 2013


Author: garga
Date: Tue Oct 22 22:51:40 2013
New Revision: 331338
URL: http://svnweb.freebsd.org/changeset/ports/331338

Log:
  Support staging

Modified:
  head/net-im/twirssi/Makefile

Modified: head/net-im/twirssi/Makefile
==============================================================================
--- head/net-im/twirssi/Makefile	Tue Oct 22 22:45:22 2013	(r331337)
+++ head/net-im/twirssi/Makefile	Tue Oct 22 22:51:40 2013	(r331338)
@@ -20,7 +20,6 @@ OPTIONS_DEFAULT=PROD
 PROD_DESC=	Use production irc/irssi port
 DEVEL_DESC=	Use development irc/irssi-devel port
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MPROD}
@@ -43,8 +42,7 @@ post-extract:
 		${WRKSRC}/${PORTNAME}.pl
 
 do-install:
-	@${MKDIR} ${DATADIR}
-	@${INSTALL_SCRIPT} -v ${WRKSRC}/${PORTNAME}.pl ${DATADIR}
-	@${CAT} ${PKGMESSAGE}
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	@${INSTALL_SCRIPT} -v ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${DATADIR}
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list