summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/gnome-vfs-cdda/Makefile4
-rw-r--r--net/gnome-vfs-smb/Makefile6
-rw-r--r--sysutils/gnome-vfs/Makefile.common4
3 files changed, 7 insertions, 7 deletions
diff --git a/audio/gnome-vfs-cdda/Makefile b/audio/gnome-vfs-cdda/Makefile
index d9da4b99fa2..7fbb26e7603 100644
--- a/audio/gnome-vfs-cdda/Makefile
+++ b/audio/gnome-vfs-cdda/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2007/09/19 23:33:10 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2007/09/20 22:51:01 wiz Exp $
#
-GNOME_VFS2_NAME= cdda
+GNOME_VFS_NAME= cdda
CATEGORIES= audio
CPPFLAGS+= -I${BUILDLINK_PREFIX.cdparanoia}/include/cdparanoia
diff --git a/net/gnome-vfs-smb/Makefile b/net/gnome-vfs-smb/Makefile
index 44d741905c0..e1c0c6b42f8 100644
--- a/net/gnome-vfs-smb/Makefile
+++ b/net/gnome-vfs-smb/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2007/09/19 23:34:03 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2007/09/20 22:51:00 wiz Exp $
#
-GNOME_VFS2_NAME= smb
-GNOME_VFS2_FLAG= samba
+GNOME_VFS_NAME= smb
+GNOME_VFS_FLAG= samba
CATEGORIES= net
EGFILES+= modules/smb-module.conf
diff --git a/sysutils/gnome-vfs/Makefile.common b/sysutils/gnome-vfs/Makefile.common
index 8c92f14ef79..28068ecfa6a 100644
--- a/sysutils/gnome-vfs/Makefile.common
+++ b/sysutils/gnome-vfs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2007/09/19 22:22:35 wiz Exp $
+# $NetBSD: Makefile.common,v 1.2 2007/09/20 22:51:00 wiz Exp $
#
GNOME_VFS_VERSION= 2.18.1
@@ -68,7 +68,7 @@ post-wrapper:
.if defined(GNOME_VFS_NAME) && !empty(GNOME_VFS_NAME)
GNOME_VFS_FLAG?= ${GNOME_VFS_NAME}
-PKGNAME:= ${PKGNAME:S/gnome-vfs/gnome-vfs-${GNOME_VFS_NAME}/}
+PKGNAME:= ${DISTNAME:S/gnome-vfs/gnome-vfs-${GNOME_VFS_NAME}/}
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-${GNOME_VFS_FLAG}/--enable-${GNOME_VFS_FLAG}/}
COMMENT+= - ${GNOME_VFS_NAME} plugin