svn commit: r341300 - head/graphics/plotutils

Stephen Montgomery-Smith stephen at FreeBSD.org
Sun Jan 26 22:54:54 UTC 2014


Author: stephen
Date: Sun Jan 26 22:54:53 2014
New Revision: 341300
URL: http://svnweb.freebsd.org/changeset/ports/341300
QAT: https://qat.redports.org/buildarchive/r341300/

Log:
  - Implement staging.

Modified:
  head/graphics/plotutils/Makefile
  head/graphics/plotutils/pkg-plist

Modified: head/graphics/plotutils/Makefile
==============================================================================
--- head/graphics/plotutils/Makefile	Sun Jan 26 22:45:51 2014	(r341299)
+++ head/graphics/plotutils/Makefile	Sun Jan 26 22:54:53 2014	(r341300)
@@ -21,7 +21,6 @@ USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		ode.1 plot.1 plotfont.1 spline.1 tek2plot.1
 INFO=		libxmi plotutils
 
 test: build
@@ -30,5 +29,4 @@ test: build
 
 regression-test: test
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/graphics/plotutils/pkg-plist
==============================================================================
--- head/graphics/plotutils/pkg-plist	Sun Jan 26 22:45:51 2014	(r341299)
+++ head/graphics/plotutils/pkg-plist	Sun Jan 26 22:54:53 2014	(r341300)
@@ -23,6 +23,11 @@ lib/libxmi.a
 lib/libxmi.la
 lib/libxmi.so
 lib/libxmi.so.1
+man/man1/ode.1.gz
+man/man1/plot.1.gz
+man/man1/plotfont.1.gz
+man/man1/spline.1.gz
+man/man1/tek2plot.1.gz
 share/libplot/README
 share/libplot/colors.txt
 share/libplot/h-fonts.txt


More information about the svn-ports-all mailing list