summaryrefslogtreecommitdiff
path: root/sysutils/hfsutils/files/patch-ab
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 15:00:12 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 15:00:12 +0000
commit7792c21583f7131ad63a9cb6e25b7ef38652d3a7 (patch)
tree35ae86a1ec3a303f6ac7c0146111c635eff41fb4 /sysutils/hfsutils/files/patch-ab
parent- Switch databases/libmemcache to USES=libtool, drop .la files (diff)
Rename sysutils/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'sysutils/hfsutils/files/patch-ab')
-rw-r--r--sysutils/hfsutils/files/patch-ab36
1 files changed, 0 insertions, 36 deletions
diff --git a/sysutils/hfsutils/files/patch-ab b/sysutils/hfsutils/files/patch-ab
deleted file mode 100644
index e703993a1dad..000000000000
--- a/sysutils/hfsutils/files/patch-ab
+++ /dev/null
@@ -1,36 +0,0 @@
---- 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 \
- hrename hrmdir humount hvol
--TCLTARGETS = hfssh hfs
-+TCLTARGETS = hfssh
-+TCLSCRIPTS = hfs
- 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
-
-+ for file in $(TCLSCRIPTS); do \
-+ $(LIBINSTALL) $$file "$(BINDEST)/."; \
-+ done
-+
- 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
-