Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 18:13:38 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337772 - head/graphics/xoris
Message-ID:  <201312271813.rBRIDcv7055516@svn.freebsd.org>

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



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