svn commit: r346348 - head/devel/sedsed

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 27 14:31:34 UTC 2014


Author: ehaupt
Date: Thu Feb 27 14:31:33 2014
New Revision: 346348
URL: http://svnweb.freebsd.org/changeset/ports/346348
QAT: https://qat.redports.org/buildarchive/r346348/

Log:
  Support staging

Modified:
  head/devel/sedsed/Makefile

Modified: head/devel/sedsed/Makefile
==============================================================================
--- head/devel/sedsed/Makefile	Thu Feb 27 14:30:23 2014	(r346347)
+++ head/devel/sedsed/Makefile	Thu Feb 27 14:31:33 2014	(r346348)
@@ -20,8 +20,7 @@ NO_BUILD=	yes
 
 USE_PYTHON=	yes
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/sedsed
+	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/sedsed
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list