summaryrefslogtreecommitdiff
path: root/sysutils/xapply
diff options
context:
space:
mode:
authorepg <epg>2005-04-06 15:48:17 +0000
committerepg <epg>2005-04-06 15:48:17 +0000
commita9c32a599a1e7ec7a3d66bb04f35278d48c89428 (patch)
tree9588b789ec8193138e3b73960dbace9829c75e01 /sysutils/xapply
parent39703695d3c6c57683df79269033877bf26ab8f2 (diff)
downloadpkgsrc-a9c32a599a1e7ec7a3d66bb04f35278d48c89428.tar.gz
Fix Darwin build.
Diffstat (limited to 'sysutils/xapply')
-rw-r--r--sysutils/xapply/files/makeme4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xapply/files/makeme b/sysutils/xapply/files/makeme
index a8a4193ca79..518653c12f5 100644
--- a/sysutils/xapply/files/makeme
+++ b/sysutils/xapply/files/makeme
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: makeme,v 1.1.1.1 2004/11/10 00:47:45 epg Exp $
+# $Id: makeme,v 1.2 2005/04/06 15:48:17 epg Exp $
# 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
@@ -39,7 +39,7 @@ if [ -z "$HOSTTYPE" ] ; then
HOSTTYPE="NEXT2" ;;
*Solaris*|*[Ss]un[Oo][Ss]*)
HOSTTYPE="SUN5" ;;
- *BSD*)
+ Darwin*|*BSD*)
HOSTTYPE="FREEBSD" ;;
BSDI*)
HOSTTYPE="BSDI" ;;