diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-16 14:04:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-16 14:04:11 +0000 |
commit | a9aea9f59e1934e04bab556e8032cdf5e5450f28 (patch) | |
tree | 98830bbdf300a8a97017bd6639f18586bdfc05b8 /misc/rpm | |
parent | 226335ff5bc5f2c189adbf78c9b44d4c5991589c (diff) | |
download | pkgsrc-a9aea9f59e1934e04bab556e8032cdf5e5450f28.tar.gz |
Still set USE_PKGLOCALEDIR for the PLIST magic.
Diffstat (limited to 'misc/rpm')
-rw-r--r-- | misc/rpm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index e560b78508d..58bc6a6f2a7 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2006/06/13 14:43:21 jlam Exp $ +# $NetBSD: Makefile,v 1.61 2006/06/16 14:04:11 joerg Exp $ DISTNAME= rpm-2.5.4 PKGREVISION= 5 @@ -13,10 +13,11 @@ CONFLICTS+= rpm2cpio<1.0nb1 NOT_FOR_PLATFORM+= Interix-*-* # getmntent() is nonpublic; needs porting +USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes -# this is needed instead of USE_PKGLOCALEDIR +# this is needed in addition of USE_PKGLOCALEDIR CONFIGURE_ARGS+= --datadir=${PREFIX}/${PKGLOCALEDIR} # The rpm databases are kept under ${RPM_DB_PREFIX}/lib/rpm. |