pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/meta-pkgs/xfce4 The :Q operator should only be used in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/153ddbcbbd04
branches:  trunk
changeset: 508370:153ddbcbbd04
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Feb 18 14:55:48 2006 +0000

description:
The :Q operator should only be used in lists or shell commands.

diffstat:

 meta-pkgs/xfce4/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b1bdab9a4e45 -r 153ddbcbbd04 meta-pkgs/xfce4/Makefile.common
--- a/meta-pkgs/xfce4/Makefile.common   Sat Feb 18 14:48:58 2006 +0000
+++ b/meta-pkgs/xfce4/Makefile.common   Sat Feb 18 14:55:48 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.29 2006/02/17 06:49:24 martti Exp $
+# $NetBSD: Makefile.common,v 1.30 2006/02/18 14:55:48 rillig Exp $
 
 MASTER_SITES=          http://www.xfce.org/archive/xfce-4.2.3.2/src/ \
                        http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/
@@ -19,7 +19,7 @@
 GCC_REQD+=             3.0
 .endif
 
-XFCE4_EGBASE=          ${PREFIX:Q}/share/examples/xfce4
+XFCE4_EGBASE=          ${PREFIX}/share/examples/xfce4
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../mk/x11.buildlink3.mk"



Home | Main Index | Thread Index | Old Index