summaryrefslogtreecommitdiff
path: root/print/magicfilter/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'print/magicfilter/patches/patch-aa')
-rw-r--r--print/magicfilter/patches/patch-aa30
1 files changed, 0 insertions, 30 deletions
diff --git a/print/magicfilter/patches/patch-aa b/print/magicfilter/patches/patch-aa
deleted file mode 100644
index 4990cbfcb16..00000000000
--- a/print/magicfilter/patches/patch-aa
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-aa,v 1.2 1998/08/07 11:11:27 agc Exp $
-
---- Makefile.in.orig Tue Mar 28 07:18:39 1995
-+++ Makefile.in Tue Jun 23 22:58:43 1998
-@@ -54,21 +54,21 @@
- all: magicfilter magicfilter.man filters
-
- filters:
-- cd filters; make
-+ cd filters; ${MAKE}
-
- install: magicfilter magicfilter.man
- ${INSTALL_EXEC} magicfilter ${bindir}/magicfilter
- ${INSTALL_DATA} magicfilter.man ${mandir}/magicfilter.${mansec}
-
- install_filters:
-- cd filters; make install
-+ cd filters; ${MAKE} install
-
- clean:
-- -cd filters; make clean
-+ -cd filters; ${MAKE} clean
- -${RM} magicfilter magicfilter.man *.o
-
- distclean: clean
-- -cd filters; make distclean
-+ -cd filters; ${MAKE} distclean
- -${RM} *~ Makefile config.cache config.log config.status config.h
-
- magicfilter: ${OBJS}