diff options
author | rillig <rillig> | 2006-04-22 09:22:05 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-04-22 09:22:05 +0000 |
commit | 1bf12f54d752f34431e029c366efad2fb372519b (patch) | |
tree | 7693d63ffaaa57cf44393c3f1b19100370b24b85 /sysutils/gnome-vfs2 | |
parent | 5e6ac2b5cb9b127db4bb3a69a03e450a9c8895cd (diff) | |
download | pkgsrc-1bf12f54d752f34431e029c366efad2fb372519b.tar.gz |
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
Diffstat (limited to 'sysutils/gnome-vfs2')
-rw-r--r-- | sysutils/gnome-vfs2/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gnome-vfs2/Makefile.common b/sysutils/gnome-vfs2/Makefile.common index 2da264de044..d71d8f4e0bf 100644 --- a/sysutils/gnome-vfs2/Makefile.common +++ b/sysutils/gnome-vfs2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.33 2006/04/13 18:23:37 jlam Exp $ +# $NetBSD: Makefile.common,v 1.34 2006/04/22 09:22:15 rillig Exp $ # GNOME_VFS2_VERSION= 2.14.0 @@ -79,7 +79,7 @@ BUILD_DIRS= ${WRKSRC}/modules # Fix paths to already installed libraries (by the gnome-vfs2 package). SUBST_CLASSES+= libs -SUBST_MESSAGE.libs= "Fixing path to dependent libraries." +SUBST_MESSAGE.libs= Fixing path to dependent libraries. SUBST_STAGE.libs= pre-configure SUBST_FILES.libs= modules/Makefile.in SUBST_SED.libs= -e 's|../libgnomevfs/libgnomevfs-2.la|${BUILDLINK_PREFIX.gnome-vfs2}/lib/libgnomevfs-2.la|g' |