diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 18:13:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 18:13:38 +0000 |
commit | 59b553bd68ed9ae29fde8f82eaed2d3b9624357f (patch) | |
tree | 705a17e45ecc31159472959356f76a01cc03b7ac /graphics/xoris | |
parent | 0678b75904c2b73790fc7732b077ac4334ec90d1 (diff) |
Notes
Diffstat (limited to 'graphics/xoris')
-rw-r--r-- | graphics/xoris/Makefile | 11 |
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> |