diff options
author | jtb <jtb@pkgsrc.org> | 2001-05-03 20:18:55 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-05-03 20:18:55 +0000 |
commit | 16e944068fbb5cb95062a2f8d4ef7f7a9d364ee1 (patch) | |
tree | 5b411aba92b460a93f7ca9a2767a2ddac7cae21d /graphics/plotmtv | |
parent | cefc585ceb59500acdeeb23a36c25582f319e243 (diff) | |
download | pkgsrc-16e944068fbb5cb95062a2f8d4ef7f7a9d364ee1.tar.gz |
Fix a typo.
Diffstat (limited to 'graphics/plotmtv')
-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 |