diff options
Diffstat (limited to 'misc/rpm')
-rw-r--r-- | misc/rpm/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 85622aeb648..56db4035acd 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2006/02/05 23:10:14 joerg Exp $ +# $NetBSD: Makefile,v 1.58 2006/03/14 01:14:31 jlam Exp $ DISTNAME= rpm-2.5.4 PKGREVISION= 5 @@ -18,9 +18,6 @@ NOT_FOR_PLATFORM+= Interix-*-* # getmntent() is nonpublic; needs porting USE_TOOLS+= gmake GNU_CONFIGURE= yes -DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL -INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL - # this is needed instead of USE_PKGLOCALEDIR CONFIGURE_ARGS+= --datadir=${PREFIX}/${PKGLOCALEDIR} |