Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 09:16:32 +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: r345338 - head/mail/normalizemime
Message-ID:  <201402210916.s1L9GWuZ052822@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Feb 21 09:16:32 2014
New Revision: 345338
URL: http://svnweb.freebsd.org/changeset/ports/345338
QAT: https://qat.redports.org/buildarchive/r345338/

Log:
  Support staging

Modified:
  head/mail/normalizemime/Makefile

Modified: head/mail/normalizemime/Makefile
==============================================================================
--- head/mail/normalizemime/Makefile	Fri Feb 21 09:15:54 2014	(r345337)
+++ head/mail/normalizemime/Makefile	Fri Feb 21 09:16:32 2014	(r345338)
@@ -22,7 +22,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB
 
 PLIST_FILES=	bin/${DISTNAME:R}
 
-NO_STAGE=	yes
 post-extract:
 	@${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${WRKSRC}
 
@@ -31,6 +30,6 @@ do-build:
 		${DISTNAME} -o ${DISTNAME:R}
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME:R} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME:R} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



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