From 59b553bd68ed9ae29fde8f82eaed2d3b9624357f Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 27 Dec 2013 18:13:38 +0000 Subject: Support stage --- graphics/xoris/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'graphics/xoris') 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 .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 -- cgit v1.2.3