diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-28 02:13:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-28 02:13:38 +0800 |
commit | 4fbf08671379d22861b990bca9d37cd870aa07fa (patch) | |
tree | 705a17e45ecc31159472959356f76a01cc03b7ac /graphics/xoris | |
parent | 3bf252f8ecd6a722524db8e7d4b6a0a933172cfc (diff) | |
download | freebsd-ports-gnome-4fbf08671379d22861b990bca9d37cd870aa07fa.tar.gz freebsd-ports-gnome-4fbf08671379d22861b990bca9d37cd870aa07fa.tar.zst freebsd-ports-gnome-4fbf08671379d22861b990bca9d37cd870aa07fa.zip |
Support stage
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> |