aboutsummaryrefslogtreecommitdiff
path: root/textproc/re_graph
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-11 09:47:32 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-11 09:47:32 +0000
commit8efd504cb3706f75974e7e0413bf19e4549e9bc5 (patch)
tree652829be0eb910f611ff06be005a330e8e2db906 /textproc/re_graph
parent0f836ea7678c8e83b7460fb689d086d43d81c656 (diff)
downloadports-8efd504cb3706f75974e7e0413bf19e4549e9bc5.tar.gz
ports-8efd504cb3706f75974e7e0413bf19e4549e9bc5.zip
Notes
Diffstat (limited to 'textproc/re_graph')
-rw-r--r--textproc/re_graph/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/re_graph/Makefile b/textproc/re_graph/Makefile
index eaed586b920d..4e95c5b7fb50 100644
--- a/textproc/re_graph/Makefile
+++ b/textproc/re_graph/Makefile
@@ -26,13 +26,12 @@ PLIST_FILES= bin/re_graph
PORTDOCS= *
.endif
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/re_graph.pl ${PREFIX}/bin/re_graph
+ ${INSTALL_SCRIPT} ${WRKSRC}/re_graph.pl ${STAGEDIR}${PREFIX}/bin/re_graph
.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/re_graph.html ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/tut* ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/re_graph.html ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/tut* ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>