svn commit: r337772 - head/graphics/xoris

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 27 18:13:39 UTC 2013


Author: bapt
Date: Fri Dec 27 18:13:38 2013
New Revision: 337772
URL: http://svnweb.freebsd.org/changeset/ports/337772

Log:
  Support stage

Modified:
  head/graphics/xoris/Makefile

Modified: head/graphics/xoris/Makefile
==============================================================================
--- head/graphics/xoris/Makefile	Fri Dec 27 18:07:32 2013	(r337771)
+++ head/graphics/xoris/Makefile	Fri Dec 27 18:13:38 2013	(r337772)
@@ -13,7 +13,6 @@ COMMENT=	X11 pixel color grabber
 USES=		imake
 USE_XORG=	x11
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}
@@ -21,12 +20,8 @@ SUB_FILES=	pkg-message
 .endif
 
 post-install:
-	@ ${INSTALL_SCRIPT} ${FILESDIR}/xoris-run.sh ${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
-	@ ${ECHO_MSG} "===>   Installing documentation for ${PORTNAME}"
-	@ ${MKDIR} ${DOCSDIR}
-	@ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
-	@ ${CAT} ${PKGMESSAGE}
-.endif
+	${INSTALL_SCRIPT} ${FILESDIR}/xoris-run.sh ${STAGEDIR}${PREFIX}/bin
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list