diff options
-rw-r--r-- | graphics/plotmtv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/plotmtv/Makefile b/graphics/plotmtv/Makefile index 287f398cbf6..a1d0e3c3b15 100644 --- a/graphics/plotmtv/Makefile +++ b/graphics/plotmtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/04/28 23:59:19 jtb Exp $ +# $NetBSD: Makefile,v 1.6 2001/05/03 20:18:55 jtb Exp $ DISTNAME= Plotmtv1.4.1 PKGNAME= plotmtv-1.4.1 @@ -11,8 +11,8 @@ COMMENT= Multipurpose X11 plotting program WRKSRC= ${WRKDIR}/Plotmtv1.4.1 -USE_IMAKE= YES -USE_X11_BASE= YES +USE_IMAKE= yes +USE_X11BASE= yes post-extract: @${MV} -f ${WRKSRC}/Docs/plotmtv.man ${WRKSRC}/Plot |