diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:28:26 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:28:26 +0000 |
commit | 24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7 (patch) | |
tree | cc236421116057568097d330d79f3e50bebbe8b4 /x11/xmindpath | |
parent | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (diff) | |
download | pkgsrc-24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/xmindpath')
-rw-r--r-- | x11/xmindpath/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xmindpath/Makefile b/x11/xmindpath/Makefile index bcc13a2b984..53a540be241 100644 --- a/x11/xmindpath/Makefile +++ b/x11/xmindpath/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.7 2003/03/29 12:43:13 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/20 12:28:28 agc Exp $ DISTNAME= magicpoint-1.09a PKGNAME= xmindpath-1.09a -WRKSRC= ${WRKDIR}/${DISTNAME}/contrib/xmindpath CATEGORIES= x11 MASTER_SITES= ftp://ftp.mew.org/pub/MagicPoint/ MAINTAINER= itojun@itojun.org COMMENT= MindPath PocketPoint user-level driver for X11 +WRKSRC= ${WRKDIR}/${DISTNAME}/contrib/xmindpath GNU_CONFIGURE= yes USE_X11= yes |