summaryrefslogtreecommitdiff
path: root/net/rdist6
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-01-21 02:39:56 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-01-21 02:39:56 +0000
commitbe6bdf60a518ddd34fe888de1eba972092930e80 (patch)
tree247073a3cbecae1ce6cfec99f722d2ebc80e8592 /net/rdist6
parentUpgrade to ssh 1.2.22. Please send problems with the upgrade to me. (diff)
Work around the new BRAIN-DEAD patch in -current. Tell it to look at
the Index: lines according to POSIX.
Notes
Notes: svn path=/head/; revision=9385
Diffstat (limited to 'net/rdist6')
-rw-r--r--net/rdist6/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/rdist6/Makefile b/net/rdist6/Makefile
index aa7cc24f9f60..5db5b21c85f2 100644
--- a/net/rdist6/Makefile
+++ b/net/rdist6/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 August 1995
# Whom: peter
#
-# $Id: Makefile,v 1.10 1996/11/18 11:35:54 asami Exp $
+# $Id: Makefile,v 1.11 1996/12/01 01:23:09 obrien Exp $
#
DISTNAME= rdist-6.1.3
@@ -26,3 +26,6 @@ post-install:
@strip ${PREFIX}/bin/rdistd
.include <bsd.port.mk>
+
+# Stupid GNU Make 2.5!!!
+PATCH:= env POSIXLY_CORRECT=yes ${PATCH}