1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/emulators/mtools/files/patch-a

27 lines
789 B
Plaintext
Raw Normal View History

--- Makefile.in.orig Thu May 7 02:49:14 1998
+++ Makefile.in Thu May 7 02:49:48 1998
1998-05-07 01:59:27 +00:00
@@ -102,7 +102,7 @@
xdf_io.c mkmanifest.c
-SCRIPTS = mcheck mxtar uz tgz mcomp
+SCRIPTS = mcheck mxtar mcomp
LINKS=mattrib mcd mcopy mdel mdeltree mdir mdu mformat minfo mlabel \
mmd mmount mmove mpartition mrd mread mren mtype mtoolstest mshowfat \
@@ -200,11 +200,11 @@
install-scripts: $(bindir)/mtools
@$(top_srcdir)/mkinstalldirs $(bindir)
@for j in $(SCRIPTS) ; do \
- $(INSTALL_PROGRAM) $(srcdir)/scripts/$$j $(bindir)/$$j ; \
+ $(BSD_INSTALL_SCRIPT) $(srcdir)/scripts/$$j $(bindir)/$$j ; \
1998-05-07 01:59:27 +00:00
echo $(bindir)/$$j ; \
done
- rm -f $(bindir)/lz
- $(LN_S) uz $(bindir)/lz
+ #rm -f $(bindir)/lz
+ #$(LN_S) uz $(bindir)/lz
1998-05-07 01:59:27 +00:00
install-man:
@$(top_srcdir)/mkinstalldirs $(MAN1DIR)