svn commit: r357952 - head/graphics/gcolor2

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jun 16 06:58:49 UTC 2014


Author: vanilla
Date: Mon Jun 16 06:58:48 2014
New Revision: 357952
URL: http://svnweb.freebsd.org/changeset/ports/357952
QAT: https://qat.redports.org/buildarchive/r357952/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/graphics/gcolor2/Makefile

Modified: head/graphics/gcolor2/Makefile
==============================================================================
--- head/graphics/gcolor2/Makefile	Mon Jun 16 06:55:22 2014	(r357951)
+++ head/graphics/gcolor2/Makefile	Mon Jun 16 06:58:48 2014	(r357952)
@@ -18,8 +18,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 SUB_FILES=	gcolor2.desktop
 
-NO_STAGE=	yes
 post-install:
-	${INSTALL_DATA} ${WRKDIR}/gcolor2.desktop ${PREFIX}/share/applications
+	${INSTALL_DATA} ${WRKDIR}/gcolor2.desktop ${STAGEDIR}${PREFIX}/share/applications
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list