openbsd-ports/net/tircproxy/patches/patch-ac
brad a5843cd140 add tircproxy port; garath@ntplx.net
-
Transparent IRC proxy. Supports DCC CHAT, SEND, RESEND, and TSEND.
1999-06-21 00:33:58 +00:00

19 lines
442 B
Plaintext

--- Makefile.in.orig Thu Dec 17 21:21:55 1998
+++ Makefile.in Sun Jun 20 20:15:27 1999
@@ -11,6 +11,7 @@
exec_prefix=@exec_prefix@
TARGETNAME=@sbindir@/tircproxy
STRIP=@STRIP@
+mandir=@mandir@
ALL_CFLAGS=-Wall -I. -I@srcdir@ $(CFLAGS)
@@ -27,6 +28,7 @@
install: tircproxy
$(INSTALL) -o bin -g bin -m 555 tircproxy $(TARGETNAME)
+ $(INSTALL) -c -m 0644 tircproxy.8 @mandir@/man8
install-strip: install
$(STRIP) $(TARGETNAME)