summaryrefslogtreecommitdiff
path: root/x11/xcolors
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
committerjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
commit0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /x11/xcolors
parent027ce626821d991bc282a370598c738be6c3e12e (diff)
downloadpkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'x11/xcolors')
-rw-r--r--x11/xcolors/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xcolors/Makefile b/x11/xcolors/Makefile
index f9fc190c922..1ce252572fe 100644
--- a/x11/xcolors/Makefile
+++ b/x11/xcolors/Makefile
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.8 2003/03/03 04:17:40 jschauma Exp $
+# $NetBSD: Makefile,v 1.9 2003/03/29 12:43:11 jmmv 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= packages@netbsd.org
COMMENT= Display all (ok, most of) the colors in the universe
-WRKSRC= ${WRKDIR}/xcolors
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"