svn commit: r345346 - head/mail/smtpmail

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 21 09:47:17 UTC 2014


Author: ehaupt
Date: Fri Feb 21 09:47:16 2014
New Revision: 345346
URL: http://svnweb.freebsd.org/changeset/ports/345346
QAT: https://qat.redports.org/buildarchive/r345346/

Log:
  Support staging

Modified:
  head/mail/smtpmail/Makefile

Modified: head/mail/smtpmail/Makefile
==============================================================================
--- head/mail/smtpmail/Makefile	Fri Feb 21 09:35:23 2014	(r345345)
+++ head/mail/smtpmail/Makefile	Fri Feb 21 09:47:16 2014	(r345346)
@@ -16,8 +16,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 
 PLIST_FILES=	bin/smtpmail
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list