summaryrefslogtreecommitdiff
path: root/security/tcp_wrapper
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-07-21 14:21:25 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-07-21 14:21:25 +0000
commit2ac33805377ce80c740e282d8ea592ff1ab19c37 (patch)
tree94d632bc170f6d9e50da10e46b46d4a541c2f9ce /security/tcp_wrapper
parentFix formatting of manpages (diff)
Make this port respect ${PREFIX} if it's set.
PR: 4125 Pointed-out by: Wes Santee <wes@bogon.net>
Notes
Notes: svn path=/head/; revision=7397
Diffstat (limited to 'security/tcp_wrapper')
-rw-r--r--security/tcp_wrapper/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tcp_wrapper/files/patch-aa b/security/tcp_wrapper/files/patch-aa
index f312466b2844..4a6d58697a1a 100644
--- a/security/tcp_wrapper/files/patch-aa
+++ b/security/tcp_wrapper/files/patch-aa
@@ -169,7 +169,7 @@
# Protection against weird shells or weird make programs.
SHELL = /bin/sh
-! PREFIX = /usr/local
+! PREFIX ?= /usr/local
!
! .SUFFIXES: .c .so .o
!