summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-11-04 09:45:15 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-11-04 09:45:15 +0000
commit27c007c3cbe74b188f6251d9e49e44bedf186353 (patch)
tree20aa06343bff9e4145ec9b3af1c8e7dfbcb6bcfb /emulators
parentUpgrade to 1.16. (diff)
Remove BROKEN tag.
Notes
Notes: svn path=/head/; revision=14349
Diffstat (limited to 'emulators')
-rw-r--r--emulators/hfsutils/Makefile4
-rw-r--r--emulators/hfsutils/files/patch-ab13
2 files changed, 12 insertions, 5 deletions
diff --git a/emulators/hfsutils/Makefile b/emulators/hfsutils/Makefile
index 403b90910728..83cbd9a23a36 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.12 1998/10/24 17:08:47 vanilla Exp $
+# $Id: Makefile,v 1.13 1998/10/26 07:19:47 asami Exp $
#
DISTNAME= hfsutils-3.2.2
@@ -14,8 +14,6 @@ MAINTAINER= vanilla@FreeBSD.ORG
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
-BROKEN= install
-
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl --with-tk
diff --git a/emulators/hfsutils/files/patch-ab b/emulators/hfsutils/files/patch-ab
index 1348582894fb..e703993a1dad 100644
--- a/emulators/hfsutils/files/patch-ab
+++ b/emulators/hfsutils/files/patch-ab
@@ -1,5 +1,5 @@
---- Makefile.in.orig Sun Oct 25 00:08:19 1998
-+++ Makefile.in Sun Oct 25 00:12:11 1998
+--- Makefile.in.orig Tue Sep 1 02:40:14 1998
++++ Makefile.in Wed Nov 4 17:32:21 1998
@@ -64,7 +64,8 @@
CLITARGETS = hattrib hcd hcopy hdel hdir hformat hls hmkdir hmount hpwd \
@@ -10,6 +10,15 @@
TKTARGETS = xhfs
LIBHFS = libhfs/libhfs.a
+@@ -96,7 +97,7 @@
+ all :: @MAKE_TARGETS@
+
+ all_cli :: $(CLITARGETS)
+-all_tcl :: $(TCLTARGETS)
++all_tcl :: $(TCLTARGETS) $(TCLSCRIPTS)
+ all_tk :: $(TKTARGETS)
+ all_lib :: $(LIBHFS) $(LIBRSRC)
+
@@ -129,9 +130,13 @@
$(BININSTALL) $$file "$(BINDEST)/."; \
done