diff options
author | ache <ache@FreeBSD.org> | 1995-05-01 22:20:25 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-05-01 22:20:25 +0800 |
commit | 5657d8ddae84ed21f312120c9ac756d0073a3cee (patch) | |
tree | 4b37b384692fb6f937241942a8370477f7c89f8c /converters/mpack/files | |
parent | 45f1a0fb96c327e5ea1c509ecad3df27608a0901 (diff) | |
download | freebsd-ports-gnome-5657d8ddae84ed21f312120c9ac756d0073a3cee.tar.gz freebsd-ports-gnome-5657d8ddae84ed21f312120c9ac756d0073a3cee.tar.zst freebsd-ports-gnome-5657d8ddae84ed21f312120c9ac756d0073a3cee.zip |
External MIME packer/unpacker
Diffstat (limited to 'converters/mpack/files')
-rw-r--r-- | converters/mpack/files/patch-aa | 38 |
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 |