diff options
author | rillig <rillig> | 2005-03-15 20:09:58 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-03-15 20:09:58 +0000 |
commit | 8f6c0c05221fbb8c6f0db878454185e91f9dcbaa (patch) | |
tree | ddaaf369890f8c0d707eb5bad2a6ec10c1ffb34c /net | |
parent | 2b5c37c4692b4e6e4ec0afe7d27a315be78c6c2a (diff) | |
download | pkgsrc-8f6c0c05221fbb8c6f0db878454185e91f9dcbaa.tar.gz |
Fixed a quoting error with -DPREFIX. Approved by jlam.
Diffstat (limited to 'net')
-rw-r--r-- | net/gtksamba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gtksamba/Makefile b/net/gtksamba/Makefile index d3f27771359..d8c63a7967c 100644 --- a/net/gtksamba/Makefile +++ b/net/gtksamba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/10/03 00:17:53 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/03/15 20:09:58 rillig Exp $ # DISTNAME= gtksamba-0.3.2pl1 @@ -13,7 +13,7 @@ COMMENT= Samba configuration tool for X Window System GNU_CONFIGURE= yes USE_BUILDLINK3= yes -CONFIGURE_ENV+= CFLAGS="-DPREFIX='\"${PREFIX}\"' ${CFLAGS}" +CPPFLAGS+= -DPREFIX='"${PREFIX}"' post-install: @ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gtksamba |