svn commit: r347385 - head/devel/rubygem-term-ansicolor
Martin Wilke
miwi at FreeBSD.org
Fri Mar 7 13:46:26 UTC 2014
Author: miwi
Date: Fri Mar 7 13:46:25 2014
New Revision: 347385
URL: http://svnweb.freebsd.org/changeset/ports/347385
QAT: https://qat.redports.org/buildarchive/r347385/
Log:
- Stage support
Modified:
head/devel/rubygem-term-ansicolor/Makefile
Modified: head/devel/rubygem-term-ansicolor/Makefile
==============================================================================
--- head/devel/rubygem-term-ansicolor/Makefile Fri Mar 7 13:46:07 2014 (r347384)
+++ head/devel/rubygem-term-ansicolor/Makefile Fri Mar 7 13:46:25 2014 (r347385)
@@ -19,8 +19,6 @@ PLIST_FILES+= bin/colortab bin/term_disp
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>
More information about the svn-ports-head
mailing list