diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | 95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /graphics/plotmtv/Makefile | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'graphics/plotmtv/Makefile')
-rw-r--r-- | graphics/plotmtv/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/plotmtv/Makefile b/graphics/plotmtv/Makefile index f7e20aa5e44..8faa8ada2c5 100644 --- a/graphics/plotmtv/Makefile +++ b/graphics/plotmtv/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2003/03/02 19:47:24 jschauma Exp $ +# $NetBSD: Makefile,v 1.8 2003/03/29 12:41:20 jmmv Exp $ DISTNAME= Plotmtv1.4.1 PKGNAME= plotmtv-1.4.1 PKGREVISION= 1 +WRKSRC= ${WRKDIR}/${DISTNAME} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} EXTRACT_SUFX= .tar.Z @@ -10,8 +11,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org COMMENT= Multipurpose X11 plotting program -WRKSRC= ${WRKDIR}/${DISTNAME} - USE_IMAKE= yes USE_X11BASE= yes |