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