aboutsummaryrefslogtreecommitdiff
path: root/converters/mpack/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'converters/mpack/files/patch-aa')
-rw-r--r--converters/mpack/files/patch-aa38
1 files changed, 0 insertions, 38 deletions
diff --git a/converters/mpack/files/patch-aa b/converters/mpack/files/patch-aa
deleted file mode 100644
index 08171df76675..000000000000
--- a/converters/mpack/files/patch-aa
+++ /dev/null
@@ -1,38 +0,0 @@
-*** Makefile.bak Fri Feb 17 00:39:41 1995
---- Makefile Mon May 1 18:09:04 1995
-***************
-*** 1,5 ****
-! CFLAGS=$(OPT) $(DEFINES)
-! OPT=-O
-
-
- #Uncomment the following line if your system does not have strchr()
---- 1,5 ----
-! CFLAGS+=$(OPT) $(DEFINES)
-! #OPT=-O
-
-
- #Uncomment the following line if your system does not have strchr()
-***************
-*** 42,51 ****
- -mkdir $(DESTDIR)/bin
- -mkdir $(DESTDIR)/man
- -mkdir $(DESTDIR)/man/man1
-! install -s -m 755 mpack $(DESTDIR)/bin
-! install -s -m 755 munpack $(DESTDIR)/bin
-! install -m 644 unixpk.man $(DESTDIR)/man/man1/mpack.1
-! install -m 644 unixunpk.man $(DESTDIR)/man/man1/munpack.1
-
- clean:
- rm -f *.o mpack munpack
---- 42,51 ----
- -mkdir $(DESTDIR)/bin
- -mkdir $(DESTDIR)/man
- -mkdir $(DESTDIR)/man/man1
-! install -c -s -m 755 mpack $(DESTDIR)/bin
-! install -c -s -m 755 munpack $(DESTDIR)/bin
-! install -c -m 644 unixpk.man $(DESTDIR)/man/man1/mpack.1
-! install -c -m 644 unixunpk.man $(DESTDIR)/man/man1/munpack.1
-
- clean:
- rm -f *.o mpack munpack