diff options
author | rillig <rillig@pkgsrc.org> | 2006-02-18 14:55:48 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-02-18 14:55:48 +0000 |
commit | ee1ab585dab2b7018e651af114a69f1fc25a6383 (patch) | |
tree | 862f653c2cacc31787b7af96ec1db05cfe51c7a7 /meta-pkgs | |
parent | 549920fa446497fce7acf2d050a02dcbe8ff50d3 (diff) | |
download | pkgsrc-ee1ab585dab2b7018e651af114a69f1fc25a6383.tar.gz |
The :Q operator should only be used in lists or shell commands.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xfce4/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common index b025591efe2..7486f08f968 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -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 @@ USE_TOOLS+= gmake pkg-config 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" |