svn commit: r338942 - head/textproc/sarep

Antoine Brodin antoine at FreeBSD.org
Mon Jan 6 21:35:19 UTC 2014


Author: antoine
Date: Mon Jan  6 21:35:19 2014
New Revision: 338942
URL: http://svnweb.freebsd.org/changeset/ports/338942

Log:
  Stage support

Modified:
  head/textproc/sarep/Makefile

Modified: head/textproc/sarep/Makefile
==============================================================================
--- head/textproc/sarep/Makefile	Mon Jan  6 21:28:51 2014	(r338941)
+++ head/textproc/sarep/Makefile	Mon Jan  6 21:35:19 2014	(r338942)
@@ -21,8 +21,7 @@ NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 PLIST_FILES=	bin/sarep
 
-NO_STAGE=	yes
 do-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/sarep ${PREFIX}/bin
+	@${INSTALL_SCRIPT} ${WRKSRC}/sarep ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list