summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-03 15:14:50 +0000
committerwiz <wiz@pkgsrc.org>2004-12-03 15:14:50 +0000
commit6e02d7ee4135596fbf3221f6c20ff5e8cf314775 (patch)
tree8f483a3c4a5e5f1691642df617cb7138d1cf8187 /sysutils/gnome-vfs2
parenta1052f051eabb24e35ae6af3a4b193d6e8682662 (diff)
downloadpkgsrc-6e02d7ee4135596fbf3221f6c20ff5e8cf314775.tar.gz
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
Diffstat (limited to 'sysutils/gnome-vfs2')
-rw-r--r--sysutils/gnome-vfs2/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gnome-vfs2/Makefile.common b/sysutils/gnome-vfs2/Makefile.common
index 5626bdac48a..2f0b5ad4b3d 100644
--- a/sysutils/gnome-vfs2/Makefile.common
+++ b/sysutils/gnome-vfs2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/11/28 13:00:17 recht Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/12/03 15:15:10 wiz Exp $
#
DISTNAME= gnome-vfs-2.8.3
@@ -60,7 +60,7 @@ PKGNAME:= ${PKGNAME:S/gnome-vfs2/gnome-vfs2-${GNOME_VFS2_NAME}/}
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-${GNOME_VFS2_FLAG}/--enable-${GNOME_VFS2_FLAG}/}
COMMENT+= - ${GNOME_VFS2_NAME} plugin
-ALL_TARGET= lib${GNOME_VFS2_NAME}.la
+BUILD_TARGET= lib${GNOME_VFS2_NAME}.la
BUILD_DIRS= ${WRKSRC}/modules
# Fix paths to already installed libraries (by the gnome-vfs2 package).