diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-09-04 18:39:09 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-09-04 18:39:09 +0000 |
commit | e8cd55cc7d4d597772395188a1bdf5f4cf00d93c (patch) | |
tree | bd0a795fe4755b1baebc7f362da20b689d535677 /devel/hmake/files/patch-script::harch | |
parent | Remove version-specific information, replacing it with summary (diff) |
Add prefix `hs-' for Haskell related ports after repo copy.
Remove Haskell ports without prefix.
Notes
Notes:
svn path=/head/; revision=65610
Diffstat (limited to 'devel/hmake/files/patch-script::harch')
-rw-r--r-- | devel/hmake/files/patch-script::harch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/hmake/files/patch-script::harch b/devel/hmake/files/patch-script::harch deleted file mode 100644 index df33c71c6959..000000000000 --- a/devel/hmake/files/patch-script::harch +++ /dev/null @@ -1,13 +0,0 @@ ---- script/harch.orig Mon May 27 10:30:55 2002 -+++ script/harch Mon May 27 10:31:11 2002 -@@ -13,8 +13,8 @@ - - if uname >/dev/null 2>&1 - then -- if uname -p >/dev/null 2>&1 -- then PROCESSOR=`uname -p` -+ if uname -m >/dev/null 2>&1 -+ then PROCESSOR=`uname -m` - case "$PROCESSOR" in - unknown|*\ *) - PROCESSOR=`uname -m` |