pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/rpm Still set USE_PKGLOCALEDIR for the PLIST magic.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/265266f98dc7
branches:  trunk
changeset: 514687:265266f98dc7
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 16 14:04:11 2006 +0000

description:
Still set USE_PKGLOCALEDIR for the PLIST magic.

diffstat:

 misc/rpm/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 269f6ff57e3d -r 265266f98dc7 misc/rpm/Makefile
--- a/misc/rpm/Makefile Fri Jun 16 12:03:38 2006 +0000
+++ b/misc/rpm/Makefile Fri Jun 16 14:04:11 2006 +0000
@@ -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 @@
 
 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.



Home | Main Index | Thread Index | Old Index