pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators Let packages override RPM2PKGARGS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/555c137d8dbf
branches:  trunk
changeset: 483852:555c137d8dbf
user:      rh <rh%pkgsrc.org@localhost>
date:      Sat Nov 20 12:44:22 2004 +0000

description:
Let packages override RPM2PKGARGS.

diffstat:

 emulators/suse64_linux/Makefile.common |  4 ++--
 emulators/suse91_linux/Makefile.common |  4 ++--
 emulators/suse_linux/Makefile.common   |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r bab05ff129fa -r 555c137d8dbf emulators/suse64_linux/Makefile.common
--- a/emulators/suse64_linux/Makefile.common    Sat Nov 20 12:32:24 2004 +0000
+++ b/emulators/suse64_linux/Makefile.common    Sat Nov 20 12:44:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2003/03/26 04:05:49 jschauma Exp $
+# $NetBSD: Makefile.common,v 1.5 2004/11/20 12:44:22 rh Exp $
 
 SUSE_VERSION=          6.4
 
@@ -18,7 +18,7 @@
 # The SuSE Linux packages have circular dependencies.
 LDD?=                  ${TRUE}
 
-RPM2PKGARGS=           -d ${PREFIX} -f ${PLIST_SRC} -p ${EMULSUBDIR}
+RPM2PKGARGS?=          -d ${PREFIX} -f ${PLIST_SRC} -p ${EMULSUBDIR}
 .for TEMP in ${RPMIGNOREPATH}
 RPM2PKGARGS+=          -i ${TEMP}
 .endfor
diff -r bab05ff129fa -r 555c137d8dbf emulators/suse91_linux/Makefile.common
--- a/emulators/suse91_linux/Makefile.common    Sat Nov 20 12:32:24 2004 +0000
+++ b/emulators/suse91_linux/Makefile.common    Sat Nov 20 12:44:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/11/10 09:04:08 markd Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/11/20 12:44:22 rh Exp $
 
 SUSE_VERSION=          9.1
 
@@ -31,7 +31,7 @@
 LDD?=                  ${TRUE}
 
 RPM2PKGSTRIP?=         1
-RPM2PKGARGS=           -d ${PREFIX} -f ${PLIST_SRC} -p ${EMULSUBDIR}
+RPM2PKGARGS?=          -d ${PREFIX} -f ${PLIST_SRC} -p ${EMULSUBDIR}
 .if empty(RPM2PKGSTRIP:M0)
 RPM2PKGARGS+=          -s ${RPM2PKGSTRIP}
 .endif
diff -r bab05ff129fa -r 555c137d8dbf emulators/suse_linux/Makefile.common
--- a/emulators/suse_linux/Makefile.common      Sat Nov 20 12:32:24 2004 +0000
+++ b/emulators/suse_linux/Makefile.common      Sat Nov 20 12:44:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2004/10/07 02:01:37 jlam Exp $
+# $NetBSD: Makefile.common,v 1.20 2004/11/20 12:44:22 rh Exp $
 
 SUSE_VERSION=          7.3
 
@@ -29,7 +29,7 @@
 # The SuSE Linux packages have circular dependencies.
 LDD?=                  ${TRUE}
 
-RPM2PKGARGS=           -d ${PREFIX} -f ${PLIST_SRC} -p ${EMULSUBDIR}
+RPM2PKGARGS?=          -d ${PREFIX} -f ${PLIST_SRC} -p ${EMULSUBDIR}
 .for TEMP in ${RPMIGNOREPATH}
 RPM2PKGARGS+=          -i ${TEMP}
 .endfor



Home | Main Index | Thread Index | Old Index