diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-03-07 10:03:13 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-03-07 10:03:13 +0000 |
commit | 9fc677698c9d1adf6f26a6696c11a52c46368f5b (patch) | |
tree | 9f7447a9ac05377b4e56a267b8c397d7f17f810f /security/pgp2 | |
parent | 66d7b5e5aaac8a7d95c4b69a43a1aef66334cc14 (diff) | |
download | pkgsrc-9fc677698c9d1adf6f26a6696c11a52c46368f5b.tar.gz |
Fix quoting.
Diffstat (limited to 'security/pgp2')
-rw-r--r-- | security/pgp2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index bc40d4f09d7..bf7d986aa53 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2004/08/27 06:29:10 jlam Exp $ +# $NetBSD: Makefile,v 1.38 2005/03/07 10:03:13 uebayasi Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp # @@ -38,7 +38,7 @@ CFLAGS= FIX_RPATH+= RSALIBS PGPLIB= ${PREFIX}/share/pgp -CFLAGS+= -DPGP_SYSTEM_DIR=\\\"${PGPLIB}/\\\" +CFLAGS+= -DPGP_SYSTEM_DIR="\"${PGPLIB}/\"" .if (${MACHINE_ARCH} == "i386") OBJS_EXT= _80386.o _zmatch.o |