summaryrefslogtreecommitdiff
path: root/emulators/suse_linux
diff options
context:
space:
mode:
authorrh <rh>2004-11-20 12:44:22 +0000
committerrh <rh>2004-11-20 12:44:22 +0000
commit8803a376207ed963b0cd616a1b908b982106b0b1 (patch)
tree2db738977b6bbf6c1caedecccd68f7f8aa86fe8e /emulators/suse_linux
parent9d4613972ca3cf83660942b220636dc20364c3f7 (diff)
downloadpkgsrc-8803a376207ed963b0cd616a1b908b982106b0b1.tar.gz
Let packages override RPM2PKGARGS.
Diffstat (limited to 'emulators/suse_linux')
-rw-r--r--emulators/suse_linux/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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