diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnuplot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index 6d3f4c980a0..01b2beb0dd2 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,10 +1,10 @@ -# # New ports collection makefile for: gnuplot # Version required: 3.5 # Date Created: 30 January 1998 # Whom: root@garbled.futureone.com # -# $NetBSD: Makefile,v 1.1 1998/01/31 23:49:32 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/02/08 23:59:20 hubertf Exp $ +# DISTNAME= gnuplot-3.5 CATEGORIES= graphics x11 @@ -15,7 +15,7 @@ MAINTAINER= root@garbled.futureone.com GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/gnuplot -MAN1= man/man1/gnuplot.1 +MAN1= gnuplot.1 post-patch: ${RM} ${WRKSRC}/docs/makefile |