diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-02 13:59:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-02 13:59:06 +0000 |
commit | 65798d485b2c85cb5bf368e8c25336c47c04b575 (patch) | |
tree | f634acb34574b0875c5b032364af9ec8fad142bd /textproc/cawf | |
parent | 4e48b9396c7798884452081e2e732bb32bc0c9e6 (diff) | |
download | pkgsrc-65798d485b2c85cb5bf368e8c25336c47c04b575.tar.gz |
Fix quoting problem in CPPFLAGS.
Diffstat (limited to 'textproc/cawf')
-rw-r--r-- | textproc/cawf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/cawf/Makefile b/textproc/cawf/Makefile index 907406ef655..97d9e0d1cf6 100644 --- a/textproc/cawf/Makefile +++ b/textproc/cawf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/01/20 19:04:15 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/03/02 13:59:06 wiz Exp $ # # Possible TODOs: # - set CH based on manual page section number, and real OS name @@ -25,7 +25,7 @@ USE_BUILDLINK3= yes .include "../../mk/bsd.prefs.mk" -CPPFLAGS+= -DUNIX -DUSG -DSTDLIB -DCAWFLIB='\"${PREFIX}/share/cawf\"' +CPPFLAGS+= -DUNIX -DUSG -DSTDLIB -DCAWFLIB="\"${PREFIX}/share/cawf\"" post-extract: ${RM} -f ${WRKSRC}/*.o |