summaryrefslogtreecommitdiff
path: root/emulators/suse91_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/suse91_linux
parent9d4613972ca3cf83660942b220636dc20364c3f7 (diff)
downloadpkgsrc-8803a376207ed963b0cd616a1b908b982106b0b1.tar.gz
Let packages override RPM2PKGARGS.
Diffstat (limited to 'emulators/suse91_linux')
-rw-r--r--emulators/suse91_linux/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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