Date: Sun, 26 Jan 2014 22:54:53 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341300 - head/graphics/plotutils Message-ID: <201401262254.s0QMsrRY077773@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401262254.s0QMsrRY077773>