pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/dbus Change PKGNAME= to PKGNAME?= for the rel...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0926451455b3
branches:  trunk
changeset: 507922:0926451455b3
user:      rxg <rxg%pkgsrc.org@localhost>
date:      Sat Feb 11 14:30:29 2006 +0000

description:
Change PKGNAME= to PKGNAME?= for the related packages that have their own
package name, e.g. py-dbus.

Oked by wiz.

diffstat:

 sysutils/dbus/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bdf4abf7ee24 -r 0926451455b3 sysutils/dbus/Makefile.common
--- a/sysutils/dbus/Makefile.common     Sat Feb 11 14:19:49 2006 +0000
+++ b/sysutils/dbus/Makefile.common     Sat Feb 11 14:30:29 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2005/12/29 06:22:17 jlam Exp $
+# $NetBSD: Makefile.common,v 1.12 2006/02/11 14:30:29 rxg Exp $
 #
 
 # XXX Do not update to 0.30 or above yet.  The API in the 0.2x series is
@@ -50,7 +50,7 @@
 DBUS_ARGS?=            ${DBUS_INTERFACE}
 DBUS_DIRS?=            ${DBUS_INTERFACE}
 
-PKGNAME=               ${DISTNAME:S/dbus/dbus-${DBUS_INTERFACE}/}
+PKGNAME?=              ${DISTNAME:S/dbus/dbus-${DBUS_INTERFACE}/}
 COMMENT+=              (${DBUS_INTERFACE} interface)
 
 SUBST_CLASSES+=                paths



Home | Main Index | Thread Index | Old Index