diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /net/rwhoisd/files/patch-ac | |
parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.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] |