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 | 9cfb253024f3357da012dccd3507016d3dbd7909 (patch) | |
tree | cc236421116057568097d330d79f3e50bebbe8b4 /x11/xcolors | |
parent | 61769bf56e2f71617516434864edec5b0165f3d4 (diff) | |
download | pkgsrc-9cfb253024f3357da012dccd3507016d3dbd7909.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/xcolors')
-rw-r--r-- | x11/xcolors/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xcolors/Makefile b/x11/xcolors/Makefile index ef17f8ba3eb..f30aa957c67 100644 --- a/x11/xcolors/Makefile +++ b/x11/xcolors/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 22:56:52 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/20 12:28:28 agc Exp $ # FreeBSD: Makefile,v 1.9 1998/01/22 00:41:36 fenner Exp # DISTNAME= xcolors PKGNAME= xcolors-1.3 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/xcolors CATEGORIES= x11 MASTER_SITES= ftp://ftp.tut.ac.jp/X11/X11R6/contrib/programs/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Display all (ok, most of) the colors in the universe +WRKSRC= ${WRKDIR}/xcolors USE_IMAKE= yes .include "../../mk/bsd.pkg.mk" |