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/xcursorgen | |
parent | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (diff) | |
download | pkgsrc-24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/xcursorgen')
-rw-r--r-- | x11/xcursorgen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xcursorgen/Makefile b/x11/xcursorgen/Makefile index 402adfa0354..c0a70b0feea 100644 --- a/x11/xcursorgen/Makefile +++ b/x11/xcursorgen/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2003/08/15 02:02:45 jmc Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/20 12:28:28 agc Exp $ DISTNAME= xcursorgen-4.3.0 -WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//} CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 @@ -10,6 +9,7 @@ MAINTAINER= xsrc-manager@NetBSD.org HOMEPAGE= http://www.xfree86.org/ COMMENT= Create an X cursor file from a collection of PNG images +WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//} USE_BUILDLINK2= YES USE_IMAKE= YES |