svn commit: r343729 - head/devel/gettext-msghack

Martin Wilke miwi at FreeBSD.org
Tue Feb 11 09:53:44 UTC 2014


Author: miwi
Date: Tue Feb 11 09:53:43 2014
New Revision: 343729
URL: http://svnweb.freebsd.org/changeset/ports/343729
QAT: https://qat.redports.org/buildarchive/r343729/

Log:
  - Stage support

Modified:
  head/devel/gettext-msghack/Makefile

Modified: head/devel/gettext-msghack/Makefile
==============================================================================
--- head/devel/gettext-msghack/Makefile	Tue Feb 11 09:53:31 2014	(r343728)
+++ head/devel/gettext-msghack/Makefile	Tue Feb 11 09:53:43 2014	(r343729)
@@ -16,12 +16,11 @@ USE_BZIP2=	yes
 USE_PYTHON=	yes
 PLIST_FILES=	bin/${PORTNAME}
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e '1s|/usr/bin/python|${PYTHON_CMD}|'\
 		${WRKSRC}/${PORTNAME}.py
 
 do-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.py ${PREFIX}/bin/${PORTNAME}
+	@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.py ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list