diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-24 17:08:47 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-24 17:08:47 +0000 |
commit | c4edfaa7ae729d585a456b2bd207cff98a74fb36 (patch) | |
tree | 72028c3017b730d17c9ecb9882b9e167e6b744ba /emulators/hfsutils/files | |
parent | 66557641c4a8060018b2162f433d2e1d7e702c9f (diff) | |
download | ports-c4edfaa7ae729d585a456b2bd207cff98a74fb36.tar.gz ports-c4edfaa7ae729d585a456b2bd207cff98a74fb36.zip |
Notes
Diffstat (limited to 'emulators/hfsutils/files')
-rw-r--r-- | emulators/hfsutils/files/patch-ab | 37 |
1 files changed, 16 insertions, 21 deletions
diff --git a/emulators/hfsutils/files/patch-ab b/emulators/hfsutils/files/patch-ab index a47ce464602b..1348582894fb 100644 --- a/emulators/hfsutils/files/patch-ab +++ b/emulators/hfsutils/files/patch-ab @@ -1,28 +1,23 @@ ---- Makefile.in.orig Fri Feb 20 06:24:05 1998 -+++ Makefile.in Wed Mar 11 23:20:22 1998 -@@ -42,7 +42,7 @@ - HARDLINK = ln -f +--- Makefile.in.orig Sun Oct 25 00:08:19 1998 ++++ Makefile.in Sun Oct 25 00:12:11 1998 +@@ -64,7 +64,8 @@ - CC = @CC@ --INCLUDES = @CPPFLAGS@ -Ilibhfs @TCL_INCLUDES@ @TK_INCLUDES@ -+INCLUDES = @CPPFLAGS@ -Ilibhfs -I/usr/X11R6/include @TCL_INCLUDES@ @TK_INCLUDES@ - DEFINES = @DEFS@ - LIBOBJS = @LIBOBJS@ - LIBS = @LIBS@ -@@ -125,13 +125,16 @@ + CLITARGETS = hattrib hcd hcopy hdel hdir hformat hls hmkdir hmount hpwd \ + hrename hrmdir humount hvol +-TCLTARGETS = hfssh hfs ++TCLTARGETS = hfssh ++TCLSCRIPTS = hfs + TKTARGETS = xhfs + + LIBHFS = libhfs/libhfs.a +@@ -129,9 +130,13 @@ + $(BININSTALL) $$file "$(BINDEST)/."; \ done - install_tcl :: all_tcl -- for file in $(TCLTARGETS); do \ -- $(BININSTALL) $$file "$(BINDEST)/."; \ -- done -+# for file in $(TCLTARGETS); do \ -+# $(BININSTALL) $$file "$(BINDEST)/."; \ -+# done ++ for file in $(TCLSCRIPTS); do \ ++ $(LIBINSTALL) $$file "$(BINDEST)/."; \ ++ done + -+ $(BININSTALL) hfssh "$(BINDEST)/."; -+ $(LIBINSTALL) hfs "$(BINDEST)/."; - if [ -f "$(BINDEST)/hfs" ]; then \ sed -e '1d' "$(BINDEST)/hfs" > "$(BINDEST)/hfs.new"; \ - $(BININSTALL) "$(BINDEST)/hfs.new" "$(BINDEST)/hfs"; \ |