diff options
author | rh <rh> | 2004-11-20 12:44:22 +0000 |
---|---|---|
committer | rh <rh> | 2004-11-20 12:44:22 +0000 |
commit | d7a05a596fce9ff54d1841e47a58ce87e639a456 (patch) | |
tree | 2db738977b6bbf6c1caedecccd68f7f8aa86fe8e /emulators | |
parent | 9a2b11869d25704f8f0a75a9989a4045248af71a (diff) | |
download | pkgsrc-d7a05a596fce9ff54d1841e47a58ce87e639a456.tar.gz |
Let packages override RPM2PKGARGS.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse64_linux/Makefile.common | 4 | ||||
-rw-r--r-- | emulators/suse91_linux/Makefile.common | 4 | ||||
-rw-r--r-- | emulators/suse_linux/Makefile.common | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/emulators/suse64_linux/Makefile.common b/emulators/suse64_linux/Makefile.common index 74cd3c51e81..c291bd88ec7 100644 --- a/emulators/suse64_linux/Makefile.common +++ b/emulators/suse64_linux/Makefile.common @@ -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 @@ BUILD_DEPENDS+= rpm2pkg>=1.3:../../pkgtools/rpm2pkg # 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 --git a/emulators/suse91_linux/Makefile.common b/emulators/suse91_linux/Makefile.common index c87e46cc66b..26561ef9670 100644 --- a/emulators/suse91_linux/Makefile.common +++ b/emulators/suse91_linux/Makefile.common @@ -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 @@ BUILD_DEFS+= RPMIGNOREPATH 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 --git a/emulators/suse_linux/Makefile.common b/emulators/suse_linux/Makefile.common index a6ea2c248e0..7ad5d25d44e 100644 --- a/emulators/suse_linux/Makefile.common +++ b/emulators/suse_linux/Makefile.common @@ -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 @@ BUILD_DEFS+= RPMIGNOREPATH # 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 |