diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-04 11:27:44 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-04 11:27:44 +0000 |
commit | a9fc32ffda76b100c1e60083de684c1ab981cabb (patch) | |
tree | 25b32d55b35ca2f33b7b14235e05e8679dcd1ebc /sysutils/fakeroot/Makefile | |
parent | 71ff166c016a001c71ab1bd6f381b24b8bb827c2 (diff) | |
download | pkgsrc-a9fc32ffda76b100c1e60083de684c1ab981cabb.tar.gz |
Fix configure process.
Diffstat (limited to 'sysutils/fakeroot/Makefile')
-rw-r--r-- | sysutils/fakeroot/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/fakeroot/Makefile b/sysutils/fakeroot/Makefile index 4ea00f7f04a..66fe467bc86 100644 --- a/sysutils/fakeroot/Makefile +++ b/sysutils/fakeroot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/12/20 11:23:53 lonewolf Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/04 11:27:44 cjep Exp $ # DISTNAME= fakeroot_0.5.8 @@ -14,7 +14,4 @@ USE_LIBTOOL= YES LIBTOOL_OVERRIDE=${WRKSRC}/libtool GNU_CONFIGURE= YES -# XXX Kludge, configure bombs without this on my -current -CONFIG_SHELL= - .include "../../mk/bsd.pkg.mk" |