summaryrefslogtreecommitdiff
path: root/misc/pty-redir/patches
diff options
context:
space:
mode:
authortron <tron>1999-05-26 22:45:11 +0000
committertron <tron>1999-05-26 22:45:11 +0000
commitf9f00572b8e9bfa74b9a84396b0b659704870e43 (patch)
treeba49ad6f3a9048d66b85990723c7c112b0cc677c /misc/pty-redir/patches
parent7ef57b15f916fa41608431170d374da960fcaa47 (diff)
downloadpkgsrc-f9f00572b8e9bfa74b9a84396b0b659704870e43.tar.gz
Don't patch a broken install rule into the "Makefile" and use a custom
"do-install" target instead. Fixes PR pkg/7650 by Eric Mumpower.
Diffstat (limited to 'misc/pty-redir/patches')
-rw-r--r--misc/pty-redir/patches/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/misc/pty-redir/patches/patch-ab b/misc/pty-redir/patches/patch-ab
deleted file mode 100644
index 31d28c59051..00000000000
--- a/misc/pty-redir/patches/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 1999/04/08 20:04:16 tron Exp $
-*** Makefile.orig Sat Feb 20 18:44:40 1999
---- Makefile Sat Feb 20 18:55:40 1999
-***************
-*** 1,10 ****
---- 1,14 ----
- CFLAGS= -Wall
- PROG= pty-redir
-+ DEST=/usr/pkg/bin/
-
- all: $(PROG)
-
- clean:
- rm -f *.o *~
-+
-+ install: $(PROG)
-+ install -c -g wheel -m 0755 -o root -s $(PROG) $(DEST)
-
- distclean: clean
- rm -f $(PROG)