summaryrefslogtreecommitdiff
path: root/emulators/mtools/files/patch-a
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2006-05-29 10:02:22 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2006-05-29 10:02:22 +0000
commit2b1591b36405601b7856b8f1038f82dc5a1deeb0 (patch)
tree9f102def80a0eb7a8b1bd764dbb9d3660c946d3c /emulators/mtools/files/patch-a
parentUpdate to 0.45. (diff)
Update to version 3.9.10-20060525
PR: ports/97992 Submitted by: Peter Jeremy <PeterJeremy@optushome.com.au>
Notes
Notes: svn path=/head/; revision=163818
Diffstat (limited to 'emulators/mtools/files/patch-a')
-rw-r--r--emulators/mtools/files/patch-a24
1 files changed, 12 insertions, 12 deletions
diff --git a/emulators/mtools/files/patch-a b/emulators/mtools/files/patch-a
index 8d817b9f0672..0d7a41122a56 100644
--- a/emulators/mtools/files/patch-a
+++ b/emulators/mtools/files/patch-a
@@ -1,5 +1,5 @@
---- Makefile.in.orig Wed Nov 16 12:38:06 2005
-+++ Makefile.in Wed Nov 16 12:40:28 2005
+--- Makefile.in.orig Sat May 27 06:56:01 2006
++++ Makefile.in Sat May 27 07:07:37 2006
@@ -116,7 +116,7 @@
xdf_io.c mkmanifest.c
@@ -9,18 +9,18 @@
LINKS=mattrib mcat mcd mclasserase mcopy mdel mdeltree mdir mdu mformat minfo \
mlabel mmd mmount mmove mpartition mrd mren mtype mtoolstest mshowfat \
-@@ -258,11 +258,11 @@
- install-scripts: $(bindir)/mtools
- @$(top_srcdir)/mkinstalldirs $(bindir)
+@@ -257,11 +257,11 @@
+ install-scripts: $(DESTDIR)$(bindir)/mtools
+ @$(top_srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
@for j in $(SCRIPTS) ; do \
-- $(INSTALL_PROGRAM) $(srcdir)/scripts/$$j $(bindir)/$$j ; \
-+ $(BSD_INSTALL_SCRIPT) $(srcdir)/scripts/$$j $(bindir)/$$j ; \
- echo $(bindir)/$$j ; \
+- $(INSTALL_PROGRAM) $(srcdir)/scripts/$$j $(DESTDIR)$(bindir)/$$j ; \
++ $(BSD_INSTALL_SCRIPT) $(srcdir)/scripts/$$j $(DESTDIR)$(bindir)/$$j ; \
+ echo $(DESTDIR)$(bindir)/$$j ; \
done
-- rm -f $(bindir)/lz
-- $(LN_S) uz $(bindir)/lz
-+ #rm -f $(bindir)/lz
-+ #$(LN_S) uz $(bindir)/lz
+- rm -f $(DESTDIR)$(bindir)/lz
+- $(LN_S) uz $(DESTDIR)$(bindir)/lz
++ #rm -f $(DESTDIR)$(bindir)/lz
++ #$(LN_S) uz $(DESTDIR)$(bindir)/lz
install-man:
@$(top_srcdir)/mkinstalldirs $(MAN1DIR)