svn commit: r346373 - head/mail/sa-stats

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 27 15:39:50 UTC 2014


Author: ehaupt
Date: Thu Feb 27 15:39:50 2014
New Revision: 346373
URL: http://svnweb.freebsd.org/changeset/ports/346373
QAT: https://qat.redports.org/buildarchive/r346373/

Log:
  Support staging

Modified:
  head/mail/sa-stats/Makefile

Modified: head/mail/sa-stats/Makefile
==============================================================================
--- head/mail/sa-stats/Makefile	Thu Feb 27 15:37:13 2014	(r346372)
+++ head/mail/sa-stats/Makefile	Thu Feb 27 15:39:50 2014	(r346373)
@@ -22,11 +22,11 @@ NO_BUILD=	yes
 
 PLIST_FILES=	bin/sa-stats
 
-NO_STAGE=	yes
 post-extract:
-		${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
+	${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
 
 do-install:
-		${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/sa-stats
+	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
+		${STAGEDIR}${PREFIX}/bin/sa-stats
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list