summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorrxg <rxg>2006-02-11 14:30:29 +0000
committerrxg <rxg>2006-02-11 14:30:29 +0000
commit076c85df1d735c4ed8d910aaae9e54e7dd8b02dd (patch)
tree85b932ca3bb811a029f2d91c323fb7cc01ff59df /sysutils
parentc79dc4d0cd3dd88908437325222f9a9af91d6fa9 (diff)
downloadpkgsrc-076c85df1d735c4ed8d910aaae9e54e7dd8b02dd.tar.gz
Change PKGNAME= to PKGNAME?= for the related packages that have their own
package name, e.g. py-dbus. Oked by wiz.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dbus/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dbus/Makefile.common b/sysutils/dbus/Makefile.common
index 87023d5c6a7..f942ca359e0 100644
--- a/sysutils/dbus/Makefile.common
+++ b/sysutils/dbus/Makefile.common
@@ -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 @@ BUILDLINK_TRANSFORM+= rm:-Wfloat-equal
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