diff options
author | 2019-09-11 13:26:40 +0200 | |
---|---|---|
committer | 2019-09-11 18:20:34 +0200 | |
commit | 61f62b4e81579f03af00331a64e896903d81db74 (patch) | |
tree | 63b98c60731d6012d6e28382ef943594ff4b4837 /net-misc/rwhoisd/files | |
parent | net-misc/pmsvn: Drop old (diff) | |
download | gentoo-61f62b4e81579f03af00331a64e896903d81db74.tar.gz gentoo-61f62b4e81579f03af00331a64e896903d81db74.tar.bz2 gentoo-61f62b4e81579f03af00331a64e896903d81db74.zip |
net-misc/rwhoisd: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/rwhoisd/files')
-rw-r--r-- | net-misc/rwhoisd/files/rwhoisd-destdir-1.5.9.5.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/net-misc/rwhoisd/files/rwhoisd-destdir-1.5.9.5.patch b/net-misc/rwhoisd/files/rwhoisd-destdir-1.5.9.5.patch deleted file mode 100644 index 6cd6b28f2e5..00000000000 --- a/net-misc/rwhoisd/files/rwhoisd-destdir-1.5.9.5.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- a/tools/rwhois_repack/Makefile.in -+++ b/tools/rwhois_repack/Makefile.in -@@ -52,9 +52,9 @@ - # procedural - - install: -- if [ ! -d $(exec_prefix) ]; then mkdir $(exec_prefix); fi -- if [ ! -d $(bindir) ]; then mkdir $(bindir); fi -- $(INSTALL) rwhois_repack $(bindir) -+ if [ ! -d $(DESTDIR)$(exec_prefix) ]; then mkdir $(DESTDIR)$(exec_prefix); fi -+ if [ ! -d $(DESTDIR)$(bindir) ]; then mkdir $(DESTDIR)$(bindir); fi -+ $(INSTALL) rwhois_repack $(DESTDIR)$(bindir) - - uninstall: - $(RM) $(bindir)/rwhois_repack - ---- a/sample.data/Makefile.in -+++ b/sample.data/Makefile.in -@@ -10,7 +10,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - bindir = $(exec_prefix)/bin --etcdir = $(exec_prefix)/etc -+etcdir = /etc - - srcdir = @srcdir@ - VPATH = @srcdir@ - ---- a/sample.data/Makefile.in -+++ b/sample.data/Makefile.in -@@ -17,7 +17,7 @@ - - DESTDIR = - --RWHOIS_ROOT_DIR = $(DESTDIR)$(etcdir)/rwhoisd/samples -+RWHOIS_ROOT_DIR = $(DESTDIR)/var/rwhoisd/samples - - FILES = \ - a.com \ |