diff options
author | jschauma <jschauma> | 2003-03-02 19:47:23 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-02 19:47:23 +0000 |
commit | 2d61f761ccbe76ad0d4673ad87820f0ac92c5573 (patch) | |
tree | de0e5ae134b9f6485ac1f7a9d30a0ab5511680a6 /graphics/plotmtv/Makefile | |
parent | aa2dc2d6f4981c5a9377dc3cd1dd2daf29018cae (diff) | |
download | pkgsrc-2d61f761ccbe76ad0d4673ad87820f0ac92c5573.tar.gz |
Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable. Bump PKGREVISION accordingly.
Diffstat (limited to 'graphics/plotmtv/Makefile')
-rw-r--r-- | graphics/plotmtv/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/plotmtv/Makefile b/graphics/plotmtv/Makefile index a1d0e3c3b15..f7e20aa5e44 100644 --- a/graphics/plotmtv/Makefile +++ b/graphics/plotmtv/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2001/05/03 20:18:55 jtb Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/02 19:47:24 jschauma Exp $ DISTNAME= Plotmtv1.4.1 PKGNAME= plotmtv-1.4.1 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} EXTRACT_SUFX= .tar.Z @@ -9,7 +10,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org COMMENT= Multipurpose X11 plotting program -WRKSRC= ${WRKDIR}/Plotmtv1.4.1 +WRKSRC= ${WRKDIR}/${DISTNAME} USE_IMAKE= yes USE_X11BASE= yes |