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 /sysutils/fakeroot/Makefile | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'sysutils/fakeroot/Makefile')
-rw-r--r-- | sysutils/fakeroot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fakeroot/Makefile b/sysutils/fakeroot/Makefile index f12ba261f18..990ed07a88b 100644 --- a/sysutils/fakeroot/Makefile +++ b/sysutils/fakeroot/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 22:53:33 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/20 12:26:15 agc Exp $ # DISTNAME= fakeroot_0.5.8 PKGNAME= fakeroot-0.5.8 -WRKSRC= ${WRKDIR}/fakeroot-0.5.8 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/f/fakeroot/} MAINTAINER= lonewolf@NetBSD.org COMMENT= Creates a fake root environment +WRKSRC= ${WRKDIR}/fakeroot-0.5.8 USE_LIBTOOL= YES LIBTOOL_OVERRIDE=${WRKSRC}/libtool GNU_CONFIGURE= YES |