summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-10-26 07:19:47 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-10-26 07:19:47 +0000
commit0deeb6b2cef9c1b63b1ac54c7332958f32593ad8 (patch)
tree2f51f7c49ac6937e3c62b65c5401fc3f05518826 /emulators
parentAdd more DISTSITES. The single one listed only allowed 10 simulanious anon (diff)
Doesn't install....
=== for file in hfssh; do install -c -s -o bin -g bin -m 555 -m 755 $file "/usr/local/bin/."; done for file in hfs; do install -c -o bin -g bin -m 444 $file "/usr/local/bin/."; done install: hfs: No such file or directory *** Error code 71 Stop.
Notes
Notes: svn path=/head/; revision=14186
Diffstat (limited to 'emulators')
-rw-r--r--emulators/hfsutils/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/hfsutils/Makefile b/emulators/hfsutils/Makefile
index 57756bc4eead..403b90910728 100644
--- a/emulators/hfsutils/Makefile
+++ b/emulators/hfsutils/Makefile
@@ -3,7 +3,7 @@
# Date Created: 7 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
-# $Id: Makefile,v 1.11 1998/10/03 22:06:12 steve Exp $
+# $Id: Makefile,v 1.12 1998/10/24 17:08:47 vanilla Exp $
#
DISTNAME= hfsutils-3.2.2
@@ -14,6 +14,8 @@ MAINTAINER= vanilla@FreeBSD.ORG
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
+BROKEN= install
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl --with-tk