summaryrefslogtreecommitdiff
path: root/sysutils/fakeroot
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit1e53090cc228edde244c3b79950271b8ca469b1f (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /sysutils/fakeroot
parent0bc53217fe50327f0f59e7136db15f92f75951d9 (diff)
downloadpkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'sysutils/fakeroot')
-rw-r--r--sysutils/fakeroot/Makefile4
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