Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jul 2016 09:00:30 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418660 - in head/math/xplot: . files
Message-ID:  <201607170900.u6H90Ulj019803@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Jul 17 09:00:30 2016
New Revision: 418660
URL: https://svnweb.freebsd.org/changeset/ports/418660

Log:
  - Switch to options helpers
  - Regenerate patches with `make makepatch`

Added:
  head/math/xplot/files/patch-Makefile.in
     - copied, changed from r418659, head/math/xplot/files/patch-Makefile
Deleted:
  head/math/xplot/files/patch-Makefile
Modified:
  head/math/xplot/Makefile

Modified: head/math/xplot/Makefile
==============================================================================
--- head/math/xplot/Makefile	Sun Jul 17 06:46:45 2016	(r418659)
+++ head/math/xplot/Makefile	Sun Jul 17 09:00:30 2016	(r418660)
@@ -20,12 +20,16 @@ PLIST_FILES=	bin/tcpdump2xplot bin/tcpdu
 		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}

Copied and modified: head/math/xplot/files/patch-Makefile.in (from r418659, head/math/xplot/files/patch-Makefile)
==============================================================================
--- head/math/xplot/files/patch-Makefile	Sun Jul 17 06:46:45 2016	(r418659, copy source)
+++ head/math/xplot/files/patch-Makefile.in	Sun Jul 17 09:00:30 2016	(r418660)
@@ -1,5 +1,5 @@
---- Makefile.in.orig	2014-06-08 23:17:52.261073676 +0800
-+++ Makefile.in	2014-06-08 23:18:17.975100570 +0800
+--- 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
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607170900.u6H90Ulj019803>