summaryrefslogtreecommitdiff
path: root/math/xplot/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-08 15:20:23 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-08 15:20:23 +0000
commit13b1a749ad2a7e449ed257e97a80f1d69bcca866 (patch)
treedaf53fe195f24defabd136ba934f40b65492c780 /math/xplot/Makefile
parentStagify, add USE_GCC to fix broken on amd64. (diff)
Stagify.
Notes
Notes: svn path=/head/; revision=357044
Diffstat (limited to 'math/xplot/Makefile')
-rw-r--r--math/xplot/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/math/xplot/Makefile b/math/xplot/Makefile
index 6353ca091db2..ee00cf484d6e 100644
--- a/math/xplot/Makefile
+++ b/math/xplot/Makefile
@@ -15,21 +15,21 @@ USE_XORG= x11
USE_PERL5= run
GNU_CONFIGURE= yes
-MAN1= tcpdump2xplot.1 xplot.1
PORTDOCS= README README.tcp_plots
-PLIST_FILES= bin/tcpdump2xplot bin/tcpdump2xplot.pl bin/xplot
+PLIST_FILES= bin/tcpdump2xplot bin/tcpdump2xplot.pl bin/xplot \
+ man/man1/tcpdump2xplot.1.gz \
+ man/man1/xplot.1.gz
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
'/INSTALL/s|2xplot$$|2xplot.pl|' ${WRKSRC}/Makefile.in
post-install:
- ${LN} -sf tcpdump2xplot.pl ${PREFIX}/bin/tcpdump2xplot
+ ${LN} -sf tcpdump2xplot.pl ${STAGEDIR}${PREFIX}/bin/tcpdump2xplot
.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
.endfor
.endif