From f1a9cc4d85681d0373e26351c9429bffab491e22 Mon Sep 17 00:00:00 2001 From: max Date: Mon, 21 Jul 1997 14:21:25 +0000 Subject: Make this port respect ${PREFIX} if it's set. PR: 4125 Pointed-out by: Wes Santee --- security/tcp_wrapper/files/patch-aa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/tcp_wrapper') 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 ! -- cgit