aboutsummaryrefslogtreecommitdiff
path: root/graphics/xoris
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-27 18:13:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-27 18:13:38 +0000
commit59b553bd68ed9ae29fde8f82eaed2d3b9624357f (patch)
tree705a17e45ecc31159472959356f76a01cc03b7ac /graphics/xoris
parent0678b75904c2b73790fc7732b077ac4334ec90d1 (diff)
downloadports-59b553bd68ed9ae29fde8f82eaed2d3b9624357f.tar.gz
ports-59b553bd68ed9ae29fde8f82eaed2d3b9624357f.zip
Notes
Diffstat (limited to 'graphics/xoris')
-rw-r--r--graphics/xoris/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/graphics/xoris/Makefile b/graphics/xoris/Makefile
index 6cf396ee8f22..55e59a1570c7 100644
--- a/graphics/xoris/Makefile
+++ b/graphics/xoris/Makefile
@@ -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>