diff options
author | rxg <rxg@pkgsrc.org> | 2006-02-11 14:30:29 +0000 |
---|---|---|
committer | rxg <rxg@pkgsrc.org> | 2006-02-11 14:30:29 +0000 |
commit | 745b4189f06eacb6b9cb1e597c6b1f4805b7b532 (patch) | |
tree | 85b932ca3bb811a029f2d91c323fb7cc01ff59df /sysutils | |
parent | 7a370a99a29da467296cc0dc48f6b470452e5965 (diff) | |
download | pkgsrc-745b4189f06eacb6b9cb1e597c6b1f4805b7b532.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.common | 4 |
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 |