diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /graphics/ploticus | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'graphics/ploticus')
-rw-r--r-- | graphics/ploticus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ploticus/Makefile b/graphics/ploticus/Makefile index 20cab4af32f..e72e947588c 100644 --- a/graphics/ploticus/Makefile +++ b/graphics/ploticus/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.15 2002/12/24 06:10:09 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2003/03/29 12:41:20 jmmv Exp $ # DISTNAME= plsrc210 PKGNAME= ploticus-2.10 PKGREVISION= 1 +WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= graphics MASTER_SITES= http://ploticus.sourceforge.net/download/ @@ -16,7 +17,6 @@ USE_X11= YES USE_BUILDLINK2= YES ALL_TARGET= ploticus -WRKSRC= ${WRKDIR}/${DISTNAME}/src MANSRC= ${WRKDIR}/${DISTNAME}/man PREFABSRC= ${WRKDIR}/${DISTNAME}/prefabs |