mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
67a1deb7b3
A meta source fake-out script for building ksb tools. PR: 14972 Submitted by: Andrew J. Korty <ajk@waterspout.com>
14 lines
410 B
Plaintext
14 lines
410 B
Plaintext
--- makeme.orig Tue Nov 9 23:26:11 1999
|
|
+++ makeme Tue Nov 9 23:27:44 1999
|
|
@@ -1,4 +1,10 @@
|
|
#!/bin/sh
|
|
+
|
|
+# Hardcode HOSTTYPE because the bash shell uses it, too.
|
|
+
|
|
+HOSTTYPE=FREEBSD
|
|
+export HOSTTYPE
|
|
+
|
|
# This hack won't work for every trick you can play with /usr/msrc.
|
|
# If the Distfile sends different files to the various platforms, or
|
|
# builds a file on the meta source machine with a special tool or
|