1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/emulators/hfsutils/files/patch-ab

28 lines
738 B
Plaintext
Raw Normal View History

1998-10-24 17:08:47 +00:00
--- Makefile.in.orig Sun Oct 25 00:08:19 1998
+++ Makefile.in Sun Oct 25 00:12:11 1998
@@ -64,7 +64,8 @@
1998-03-12 08:05:34 +00:00
1998-10-24 17:08:47 +00:00
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)/."; \
1998-03-12 08:05:34 +00:00
done
1998-10-24 17:08:47 +00:00
+ for file in $(TCLSCRIPTS); do \
+ $(LIBINSTALL) $$file "$(BINDEST)/."; \
+ done
1998-03-12 08:05:34 +00:00
+
if [ -f "$(BINDEST)/hfs" ]; then \
sed -e '1d' "$(BINDEST)/hfs" > "$(BINDEST)/hfs.new"; \
- $(BININSTALL) "$(BINDEST)/hfs.new" "$(BINDEST)/hfs"; \
+ $(LIBINSTALL) "$(BINDEST)/hfs.new" "$(BINDEST)/hfs"; \
rm -f "$(BINDEST)/hfs.new"; \
fi