diff options
author | rillig <rillig@pkgsrc.org> | 2005-03-15 20:09:58 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-03-15 20:09:58 +0000 |
commit | 778d4c92eb9ea5c3b059c5e31eecb01344d988a1 (patch) | |
tree | ddaaf369890f8c0d707eb5bad2a6ec10c1ffb34c | |
parent | 309ff6a5639195b63c2523ee9b1bab58171c7968 (diff) | |
download | pkgsrc-778d4c92eb9ea5c3b059c5e31eecb01344d988a1.tar.gz |
Fixed a quoting error with -DPREFIX. Approved by jlam.
-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 |