aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-22 17:54:33 +0800
committerbapt <bapt@FreeBSD.org>2014-04-22 17:54:33 +0800
commit2cf55d4c3d4cad9b0c15dbadc20daee7514421f8 (patch)
tree2dcdce51f1c5245ac9fc9c8f18f7c05b010969f7 /x11-toolkits
parentc7e9011b013e2795515982fa8bd5ece38d03cebd (diff)
downloadfreebsd-ports-gnome-2cf55d4c3d4cad9b0c15dbadc20daee7514421f8.tar.gz
freebsd-ports-gnome-2cf55d4c3d4cad9b0c15dbadc20daee7514421f8.tar.zst
freebsd-ports-gnome-2cf55d4c3d4cad9b0c15dbadc20daee7514421f8.zip
Support stage
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/pure-tk/Makefile17
1 files changed, 4 insertions, 13 deletions
diff --git a/x11-toolkits/pure-tk/Makefile b/x11-toolkits/pure-tk/Makefile
index c273a9bdf9cb..770ac15c1fe3 100644
--- a/x11-toolkits/pure-tk/Makefile
+++ b/x11-toolkits/pure-tk/Makefile
@@ -27,25 +27,16 @@ post-patch:
-e "s|-ltk\$$(tclvers)|-ltk${TK_SHLIB_VER}|" \
${WRKSRC}/Makefile
-NO_STAGE= yes
-
PORTDOCS= README
PORTEXAMPLES= *
OPTIONS_DEFINE= DOCS EXAMPLES
-.include <bsd.port.options.mk>
-
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
-
-.if ${PORT_OPTIONS:MEXAMPLES}
- @${MKDIR} ${EXAMPLESDIR}
- @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR})
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
.include <bsd.port.mk>