summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2011-10-08 18:25:01 +0000
committercrees <crees@FreeBSD.org>2011-10-08 18:25:01 +0000
commit1e0c79103a9f1c3171d7440bd5822e46f32859f3 (patch)
tree1eb01e83dbe03453b26b70ed0410d2c24718f18e /share/mk
parent6d9ae0e723419235e191b099c3e21e3254c4c1d5 (diff)
downloadFreeBSD-src-1e0c79103a9f1c3171d7440bd5822e46f32859f3.zip
FreeBSD-src-1e0c79103a9f1c3171d7440bd5822e46f32859f3.tar.gz
Revert unapproved commit to bsd.port.mk.
This would have had more discussion, but it was explicitly rejected at submission by portmgr: http://lists.freebsd.org/pipermail/freebsd-ports/2011-September/070591.html
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.port.mk16
1 files changed, 0 insertions, 16 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index f38c79e..87e4935 100644
--- a/share/mk/bsd.port.mk
+++ b/share/mk/bsd.port.mk
@@ -14,19 +14,3 @@ _WITHOUT_SRCCONF=
.include <bsd.own.mk>
.include "${BSDPORTMK}"
-
-.if !defined(BEFOREPORTMK) && !defined(INOPTIONSMK)
-# Work around an issue where FreeBSD 10.0 is detected as FreeBSD 1.x.
-run-autotools-fixup:
- test -d ${WRKSRC} && find ${WRKSRC} -type f \( -name config.libpath -o \
- -name config.rpath -o -name configure -o -name libtool.m4 \) \
- -exec sed -i '' -e 's|freebsd1\*)|freebsd1.\*)|g' \
- -e 's|freebsd\[12\]\*)|freebsd[12].*)|g' \
- -e 's|freebsd\[123\]\*)|freebsd[123].*)|g' \
- -e 's|freebsd\[\[12\]\]\*)|freebsd[[12]].*)|g' \
- -e 's|freebsd\[\[123\]\]\*)|freebsd[[123]].*)|g' \
- {} + || /usr/bin/true
-
-.ORDER: run-autotools run-autotools-fixup do-configure
-do-configure: run-autotools-fixup
-.endif
OpenPOWER on IntegriCloud