summaryrefslogtreecommitdiff
path: root/print/mp/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'print/mp/patches/patch-ab')
-rw-r--r--print/mp/patches/patch-ab31
1 files changed, 0 insertions, 31 deletions
diff --git a/print/mp/patches/patch-ab b/print/mp/patches/patch-ab
deleted file mode 100644
index ef40af4885c..00000000000
--- a/print/mp/patches/patch-ab
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 1999/10/28 19:52:27 kim Exp $
-
---- mp/Makefile.orig Mon Mar 31 15:59:14 1997
-+++ mp/Makefile Thu Oct 21 13:50:56 1999
-@@ -78,8 +78,6 @@
-
- #=================================================================
-
--.KEEP_STATE:
--
- SRCS = header.c input.c main.c ../common/option.c print.c
- OBJS = header.o input.o main.o option.o print.o
- HDRS = header.h input.h print.h
-@@ -99,7 +97,7 @@
- # mp
- -if [ -f mp ]; then \
- cp mp $(MPBINDIR); \
-- chmod 751 $(MPBINDIR)/mp; \
-+ chmod 755 $(MPBINDIR)/mp; \
- strip $(MPBINDIR)/mp; \
- fi
- # mp.1
-@@ -159,7 +157,7 @@
- -for name in $(MAILPNAMES); do \
- echo -n $$name " "; \
- rm -f $(MPBINDIR)/$$name; \
-- ln -s $(MPBINDIR)/mp $(MPBINDIR)/$$name; \
-+ ln -s mp $(MPBINDIR)/$$name; \
- done
- @echo
-