svn commit: r346128 - head/textproc/xmlprpr

Martin Wilke miwi at FreeBSD.org
Wed Feb 26 07:20:38 UTC 2014


Author: miwi
Date: Wed Feb 26 07:20:38 2014
New Revision: 346128
URL: http://svnweb.freebsd.org/changeset/ports/346128
QAT: https://qat.redports.org/buildarchive/r346128/

Log:
  - Stage support

Modified:
  head/textproc/xmlprpr/Makefile

Modified: head/textproc/xmlprpr/Makefile
==============================================================================
--- head/textproc/xmlprpr/Makefile	Wed Feb 26 07:20:16 2014	(r346127)
+++ head/textproc/xmlprpr/Makefile	Wed Feb 26 07:20:38 2014	(r346128)
@@ -20,12 +20,11 @@ SHEBANG_FILES=	xmlpp.pl
 
 PLIST_FILES=	bin/xmlprpr
 
-NO_STAGE=	yes
 do-extract:
 	@${MKDIR} ${WRKSRC}
 	@${CP} -f ${_DISTDIR}/${_DISTFILES} ${WRKSRC}
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/xmlpp.pl ${PREFIX}/bin/xmlprpr
+	${INSTALL_SCRIPT} ${WRKSRC}/xmlpp.pl ${STAGEDIR}${PREFIX}/bin/xmlprpr
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list