diff options
author | wiz <wiz> | 2007-09-20 22:51:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-09-20 22:51:00 +0000 |
commit | 41fec9b930358dc3c6e28492b7fbaa204d6cc00c (patch) | |
tree | eb9d5476dbb5109634affe6be489c210d4c71d34 /sysutils | |
parent | 0f8506c8888e5e26b925059962dbc6d4c1eff5ab (diff) | |
download | pkgsrc-41fec9b930358dc3c6e28492b7fbaa204d6cc00c.tar.gz |
Fix PKGNAME of gnome-vfs plugin packages.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-vfs/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
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 |