Index: head/math/xplot/Makefile =================================================================== --- head/math/xplot/Makefile (revision 418659) +++ head/math/xplot/Makefile (revision 418660) @@ -1,34 +1,38 @@ # Created by: fenner # $FreeBSD$ PORTNAME= xplot PORTVERSION= 0.90.7.1 PORTREVISION= 3 CATEGORIES= math graphics net MASTER_SITES= http://www.xplot.org/xplot/ MAINTAINER= ports@FreeBSD.org COMMENT= X11 plotting package USES= perl5 USE_XORG= x11 USE_PERL5= run GNU_CONFIGURE= yes PORTDOCS= README README.tcp_plots PLIST_FILES= bin/tcpdump2xplot bin/tcpdump2xplot.pl bin/xplot \ man/man1/tcpdump2xplot.1.gz \ man/man1/xplot.1.gz +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e \ '/INSTALL/s|2xplot$$|2xplot.pl|' ${WRKSRC}/Makefile.in post-install: ${LN} -sf tcpdump2xplot.pl ${STAGEDIR}${PREFIX}/bin/tcpdump2xplot + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/math/xplot/files/patch-Makefile =================================================================== --- head/math/xplot/files/patch-Makefile (revision 418659) +++ head/math/xplot/files/patch-Makefile (nonexistent) @@ -1,19 +0,0 @@ ---- Makefile.in.orig 2014-06-08 23:17:52.261073676 +0800 -+++ Makefile.in 2014-06-08 23:18:17.975100570 +0800 -@@ -70,11 +70,11 @@ version_string.c: version - echo 'char *version_string = "'`cat version`'";' >version_string.c - - install: all -- mkdir -p $(bindir) -- $(INSTALL_PROGRAM) xplot $(bindir)/xplot -- $(INSTALL) tcpdump2xplot.pl $(bindir)/tcpdump2xplot -- mkdir -p $(mandir) -- $(INSTALL_MAN) $(MANFILES) $(mandir) -+ mkdir -p $(DESTDIR)$(bindir) -+ $(INSTALL_PROGRAM) xplot $(DESTDIR)$(bindir)/xplot -+ $(INSTALL) tcpdump2xplot.pl $(DESTDIR)$(bindir)/tcpdump2xplot -+ mkdir -p $(DESTDIR)$(mandir) -+ $(INSTALL_MAN) $(MANFILES) $(DESTDIR)$(mandir) - clean: - rm -f ${PROG} ${PROG}.old *.o version_string.c - Property changes on: head/math/xplot/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/xplot/files/patch-Makefile.in =================================================================== --- head/math/xplot/files/patch-Makefile.in (nonexistent) +++ head/math/xplot/files/patch-Makefile.in (revision 418660) @@ -0,0 +1,19 @@ +--- Makefile.in.orig 2000-05-04 21:04:20 UTC ++++ Makefile.in +@@ -70,11 +70,11 @@ version_string.c: version + echo 'char *version_string = "'`cat version`'";' >version_string.c + + install: all +- mkdir -p $(bindir) +- $(INSTALL_PROGRAM) xplot $(bindir)/xplot +- $(INSTALL) tcpdump2xplot.pl $(bindir)/tcpdump2xplot +- mkdir -p $(mandir) +- $(INSTALL_MAN) $(MANFILES) $(mandir) ++ mkdir -p $(DESTDIR)$(bindir) ++ $(INSTALL_PROGRAM) xplot $(DESTDIR)$(bindir)/xplot ++ $(INSTALL) tcpdump2xplot.pl $(DESTDIR)$(bindir)/tcpdump2xplot ++ mkdir -p $(DESTDIR)$(mandir) ++ $(INSTALL_MAN) $(MANFILES) $(DESTDIR)$(mandir) + clean: + rm -f ${PROG} ${PROG}.old *.o version_string.c + Property changes on: head/math/xplot/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property