diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /misc/xrolodex | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
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 092fee2d144..78c69b5a22a 100644 --- a/misc/xrolodex/Makefile +++ b/misc/xrolodex/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2003/03/29 22:54:12 jmmv Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/20 12:21:02 agc Exp $ DISTNAME= xrolodex.1.5.motif PKGNAME= xrolodex-1.5 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/xrolodex.15 CATEGORIES= misc x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} EXTRACT_SUFX= .tar.Z @@ -11,6 +10,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= root@garbled.net COMMENT= Motif/X11 rolodex application +WRKSRC= ${WRKDIR}/xrolodex.15 USE_BUILDLINK2= # defined USE_IMAKE= # defined |