svn commit: r341478 - head/devel/cvsstat

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 27 23:35:57 UTC 2014


Author: bapt
Date: Mon Jan 27 23:35:56 2014
New Revision: 341478
URL: http://svnweb.freebsd.org/changeset/ports/341478
QAT: https://qat.redports.org/buildarchive/r341478/

Log:
  Support stage

Modified:
  head/devel/cvsstat/Makefile

Modified: head/devel/cvsstat/Makefile
==============================================================================
--- head/devel/cvsstat/Makefile	Mon Jan 27 23:34:22 2014	(r341477)
+++ head/devel/cvsstat/Makefile	Mon Jan 27 23:35:56 2014	(r341478)
@@ -17,7 +17,6 @@ USES=		perl5
 NO_BUILD=	yes
 PLIST_FILES=	bin/cvsstat
 
-NO_STAGE=	yes
 do-extract:
 	@${MKDIR} ${WRKSRC}
 	@${CP} -p ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC}
@@ -26,6 +25,6 @@ post-patch:
 	@${REINPLACE_CMD} -i '' -e 's|perl -S|${PERL} -S|' ${WRKSRC}/cvsstat
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/cvsstat ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/cvsstat ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list