aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-03-07 21:46:25 +0800
committermiwi <miwi@FreeBSD.org>2014-03-07 21:46:25 +0800
commit013a7d691952492d9bc9748869366b4743878d60 (patch)
tree459e137229617d0fecb0709a0a39ff0d62c8c6fe /devel
parent7122e786c9b95d35758708c4b5995c4b181274ef (diff)
downloadfreebsd-ports-gnome-013a7d691952492d9bc9748869366b4743878d60.tar.gz
freebsd-ports-gnome-013a7d691952492d9bc9748869366b4743878d60.tar.zst
freebsd-ports-gnome-013a7d691952492d9bc9748869366b4743878d60.zip
- Stage support
Diffstat (limited to 'devel')
-rw-r--r--devel/rubygem-term-ansicolor/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/rubygem-term-ansicolor/Makefile b/devel/rubygem-term-ansicolor/Makefile
index eb46364c2cdb..e3769f24da16 100644
--- a/devel/rubygem-term-ansicolor/Makefile
+++ b/devel/rubygem-term-ansicolor/Makefile
@@ -19,8 +19,6 @@ PLIST_FILES+= bin/colortab bin/term_display bin/term_mandel
PORTEXAMPLES= cdiff decolor
-NO_STAGE= yes
-
OPTIONS_DEFINE= EXAMPLES
.include <bsd.port.options.mk>
@@ -32,9 +30,7 @@ post-patch:
${WRKSRC}/term-ansicolor-${PORTVERSION}.gemspec
post-install:
-.if ${PORT_OPTIONS:MEXAMPLES}
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_SCRIPT} ${PORTEXAMPLES:S,^,${WRKSRC}/bin/,} ${EXAMPLESDIR}/
-.endif
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_SCRIPT} ${PORTEXAMPLES:S,^,${WRKSRC}/bin/,} ${STAGEDIR}${EXAMPLESDIR}/
.include <bsd.port.mk>