summaryrefslogtreecommitdiff
path: root/converters/mpack/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-05-01 14:20:25 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-05-01 14:20:25 +0000
commit5d4314b829a94b67acbd2a025d5685461546d24c (patch)
tree279f224a2b6d4c0644e62d32a63a57a3f419c656 /converters/mpack/files
parentAdd russian (diff)
External MIME packer/unpacker
Notes
Notes: svn path=/head/; revision=1561
Diffstat (limited to 'converters/mpack/files')
-rw-r--r--converters/mpack/files/patch-aa38
1 files changed, 38 insertions, 0 deletions
diff --git a/converters/mpack/files/patch-aa b/converters/mpack/files/patch-aa
new file mode 100644
index 000000000000..08171df76675
--- /dev/null
+++ b/converters/mpack/files/patch-aa
@@ -0,0 +1,38 @@
+*** 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