Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 09:47:17 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345346 - head/mail/smtpmail
Message-ID:  <201402210947.s1L9lHcT065773@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402210947.s1L9lHcT065773>