svn commit: r344868 - head/mail/autosig

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 18 11:53:15 UTC 2014


Author: ehaupt
Date: Tue Feb 18 11:53:14 2014
New Revision: 344868
URL: http://svnweb.freebsd.org/changeset/ports/344868
QAT: https://qat.redports.org/buildarchive/r344868/

Log:
  Support staging.

Modified:
  head/mail/autosig/Makefile

Modified: head/mail/autosig/Makefile
==============================================================================
--- head/mail/autosig/Makefile	Tue Feb 18 11:43:42 2014	(r344867)
+++ head/mail/autosig/Makefile	Tue Feb 18 11:53:14 2014	(r344868)
@@ -13,11 +13,10 @@ MAKEFILE=	makefile
 PLIST_FILES=	bin/autosig
 ALL_TARGET=	${PORTNAME}
 
-NO_STAGE=	yes
 pre-build:
 	${REINPLACE_CMD} -e '/^CC/d' ${WRKSRC}/makefile
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list