diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-26 22:54:53 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-26 22:54:53 +0000 |
commit | 0310baee3718c241bf9f07abc3b974093dd2284a (patch) | |
tree | 3b551304c436abadca62b360f6030cc6f7eb4686 | |
parent | 5783f27605489fc53835275c4daed7dbe2ec3e86 (diff) | |
download | ports-0310baee3718c241bf9f07abc3b974093dd2284a.tar.gz ports-0310baee3718c241bf9f07abc3b974093dd2284a.zip |
- Implement staging.
Notes
Notes:
svn path=/head/; revision=341300
-rw-r--r-- | graphics/plotutils/Makefile | 2 | ||||
-rw-r--r-- | graphics/plotutils/pkg-plist | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 3c0d5eadf18a..c63fd4d416a1 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -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> diff --git a/graphics/plotutils/pkg-plist b/graphics/plotutils/pkg-plist index 83a82bb94979..a1bebdb1864d 100644 --- a/graphics/plotutils/pkg-plist +++ b/graphics/plotutils/pkg-plist @@ -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 |