diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /net/rwhoisd/files/patch-ac | |
parent | Despite what I said before, this is the official INDEX file for (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'net/rwhoisd/files/patch-ac')
-rw-r--r-- | net/rwhoisd/files/patch-ac | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net/rwhoisd/files/patch-ac b/net/rwhoisd/files/patch-ac deleted file mode 100644 index 7832c52b13c2..000000000000 --- a/net/rwhoisd/files/patch-ac +++ /dev/null @@ -1,31 +0,0 @@ ---- server/Makefile.in.orig Wed Sep 25 13:03:56 1996 -+++ server/Makefile.in Fri May 9 22:48:56 1997 -@@ -7,14 +7,15 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - bindir = $(exec_prefix)/bin -+sbindir = $(exec_prefix)/sbin - etcdir = $(exec_prefix)/etc - - # local libs/includes - COMMON_INC = -I../common - COMMON_LIBS = -L../common -lrwhois - --WRAP_INC = -I../tools/tcpd_wrapper --WRAP_LIBS = -L../tools/tcpd_wrapper -lwrap -+WRAP_INC = -I${PREFIX}/include -+WRAP_LIBS = -L${PREFIX}/lib -lwrap - - MKDB_INC = -I../mkdb - MKDB_LIBS = -L../mkdb -lmkdb -@@ -77,8 +78,8 @@ - $(CC) -c $(CFLAGS) $(LOCAL_INC) $*.c - - install: -- if [ ! -d $(etcdir) ]; then mkdir $(etcdir); fi -- $(INSTALL) rwhoisd $(etcdir) -+ if [ ! -d $(sbindir) ]; then mkdir -p $(sbindir); fi -+ $(INSTALL) rwhoisd $(sbindir) - - clean: - rm -f *.[oa] |