diff options
author | Doug Barton <dougb@FreeBSD.org> | 2004-04-18 23:26:58 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2004-04-18 23:26:58 +0000 |
commit | 0a93dc20cf62e095fa67903b0051214158d8d7bd (patch) | |
tree | 05014fbca25afef14b9462d93ee18f4ef2281bba | |
parent | a253f38f68d97c317e995ab4dd9483c4e9ebefef (diff) | |
download | freebsd-ports-0a93dc20cf62e095fa67903b0051214158d8d7bd.zip |
Remove the SH=${SH} part of this patch. It existed since the creation of the
port, but it's not clear what the purpose was.
The reason for removing it is compatibility with Harti's work on updating make.
This patch causes a "recursive assignment" error. Removing it causes no
difference in the building of the port, so away it goes.
PR: standards/57295
-rw-r--r-- | dns/bind8/files/patch-aa | 5 | ||||
-rw-r--r-- | dns/bind84/files/patch-aa | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/dns/bind8/files/patch-aa b/dns/bind8/files/patch-aa index e2684edb625d..679d61e1e6b9 100644 --- a/dns/bind8/files/patch-aa +++ b/dns/bind8/files/patch-aa @@ -21,8 +21,3 @@ 'LEX=lex -I' 'YACC=yacc -d' 'SYSLIBS=-lutil' -@@ -17,3 +19,4 @@ - 'CATEXT=0' - 'PS=ps' - 'RANLIB=ranlib' -+'SH=${SH}' diff --git a/dns/bind84/files/patch-aa b/dns/bind84/files/patch-aa index e2684edb625d..679d61e1e6b9 100644 --- a/dns/bind84/files/patch-aa +++ b/dns/bind84/files/patch-aa @@ -21,8 +21,3 @@ 'LEX=lex -I' 'YACC=yacc -d' 'SYSLIBS=-lutil' -@@ -17,3 +19,4 @@ - 'CATEXT=0' - 'PS=ps' - 'RANLIB=ranlib' -+'SH=${SH}' |