aboutsummaryrefslogtreecommitdiff
path: root/graphics/plotutils/Makefile
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2014-01-26 22:54:53 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2014-01-26 22:54:53 +0000
commit0310baee3718c241bf9f07abc3b974093dd2284a (patch)
tree3b551304c436abadca62b360f6030cc6f7eb4686 /graphics/plotutils/Makefile
parent5783f27605489fc53835275c4daed7dbe2ec3e86 (diff)
downloadports-0310baee3718c241bf9f07abc3b974093dd2284a.tar.gz
ports-0310baee3718c241bf9f07abc3b974093dd2284a.zip
- Implement staging.
Notes
Notes: svn path=/head/; revision=341300
Diffstat (limited to 'graphics/plotutils/Makefile')
-rw-r--r--graphics/plotutils/Makefile2
1 files changed, 0 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>