summaryrefslogtreecommitdiff
path: root/security/portsentry
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1999-01-20 21:52:06 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1999-01-20 21:52:06 +0000
commit42cf14352d8f73211e9f61ae1cf524f6bfc8a588 (patch)
tree97f430b1292bbda6e4387913e09250a878b028bd /security/portsentry
parentModify this patch to change the distributed Makefile to: (diff)
Oops, double-quotes need to be escaped in Makefiles.
Notes
Notes: svn path=/head/; revision=16213
Diffstat (limited to 'security/portsentry')
-rw-r--r--security/portsentry/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/portsentry/files/patch-aa b/security/portsentry/files/patch-aa
index e810065f8833..dae4bd188ea8 100644
--- a/security/portsentry/files/patch-aa
+++ b/security/portsentry/files/patch-aa
@@ -5,7 +5,7 @@
# Normal systems flags
-CFLAGS = -O
-+CFLAGS+= -O -DPREFIX="${PREFIX}"
++CFLAGS+= -O -DPREFIX=\"${PREFIX}\"
# Debug mode for sentry
#CFLAGS = -Wall -g -DDEBUG