diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /misc/xrolodex | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'misc/xrolodex')
-rw-r--r-- | misc/xrolodex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xrolodex/Makefile b/misc/xrolodex/Makefile index 38b49529a4f..b0f390d816f 100644 --- a/misc/xrolodex/Makefile +++ b/misc/xrolodex/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2003/03/02 20:21:37 jschauma Exp $ +# $NetBSD: Makefile,v 1.12 2003/03/29 12:41:52 jmmv Exp $ DISTNAME= xrolodex.1.5.motif PKGNAME= xrolodex-1.5 PKGREVISIO= 1 +WRKSRC= ${WRKDIR}/xrolodex.15 CATEGORIES= misc x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} EXTRACT_SUFX= .tar.Z @@ -13,7 +14,6 @@ COMMENT= Motif/X11 rolodex application USE_BUILDLINK2= # defined USE_IMAKE= # defined -WRKSRC= ${WRKDIR}/xrolodex.15 MAKE_ENV+= XMLIB="${MOTIFLIB}" .include "../../mk/motif.buildlink2.mk" |