summaryrefslogtreecommitdiff
path: root/graphics/ploticus
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /graphics/ploticus
parentdc52048e014fdad9bb69ef9db159835a61c8dd4d (diff)
downloadpkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'graphics/ploticus')
-rw-r--r--graphics/ploticus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ploticus/Makefile b/graphics/ploticus/Makefile
index 8d7af796446..cb192f367f2 100644
--- a/graphics/ploticus/Makefile
+++ b/graphics/ploticus/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2003/07/17 21:42:13 grant Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/20 12:18:16 agc Exp $
#
DISTNAME= plsrc210
PKGNAME= ploticus-2.10
PKGREVISION= 2
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
CATEGORIES= graphics
MASTER_SITES= http://ploticus.sourceforge.net/download/
@@ -12,6 +11,7 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://ploticus.sourceforge.net/doc/Welcome.html
COMMENT= Versatile data visualization engine
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
NO_CONFIGURE= YES
USE_X11= YES
USE_BUILDLINK2= YES