Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2013 22:23:45 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328205 - in head: graphics/icc-profiles-basiccolor graphics/icc-profiles-openicc mail/imaptools
Message-ID:  <201309242223.r8OMNjJt091922@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Tue Sep 24 22:23:45 2013
New Revision: 328205
URL: http://svnweb.freebsd.org/changeset/ports/328205

Log:
  Support stage.

Modified:
  head/graphics/icc-profiles-basiccolor/Makefile
  head/graphics/icc-profiles-openicc/Makefile
  head/mail/imaptools/Makefile

Modified: head/graphics/icc-profiles-basiccolor/Makefile
==============================================================================
--- head/graphics/icc-profiles-basiccolor/Makefile	Tue Sep 24 22:20:49 2013	(r328204)
+++ head/graphics/icc-profiles-basiccolor/Makefile	Tue Sep 24 22:23:45 2013	(r328205)
@@ -16,5 +16,4 @@ GNU_CONFIGURE=	yes
 SYSCOLORDIR=	share/color
 PLIST_SUB=	SYSCOLORDIR=${SYSCOLORDIR}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/graphics/icc-profiles-openicc/Makefile
==============================================================================
--- head/graphics/icc-profiles-openicc/Makefile	Tue Sep 24 22:20:49 2013	(r328204)
+++ head/graphics/icc-profiles-openicc/Makefile	Tue Sep 24 22:23:45 2013	(r328205)
@@ -18,5 +18,4 @@ GNU_CONFIGURE=	yes
 SYSCOLORDIR=	share/color
 PLIST_SUB=	SYSCOLORDIR=${SYSCOLORDIR}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/mail/imaptools/Makefile
==============================================================================
--- head/mail/imaptools/Makefile	Tue Sep 24 22:20:49 2013	(r328204)
+++ head/mail/imaptools/Makefile	Tue Sep 24 22:23:45 2013	(r328205)
@@ -21,8 +21,7 @@ USES=		shebangfix perl5
 SHEBANG_FILES=	*.pl
 USE_PERL5=	run
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKDIR}/*.pl ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKDIR}/*.pl ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



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