|
|
@@ -100,3 +100,23 @@ Index: sample.data/rwhoisd.conf
|
|
|
|
|
|
# pgp-keyring-path: the path to the directory containing the pgp
|
|
|
# public and private keyrings (pubring.pgp, secring.pgp, etc).
|
|
|
+Index: tools/rwhois_repack/Makefile.in
|
|
|
+--- tools/rwhois_repack/Makefile.in.orig 2004-02-04 18:14:15.000000000 +0100
|
|
|
++++ tools/rwhois_repack/Makefile.in 2004-02-21 09:07:46.000000000 +0100
|
|
|
+@@ -52,12 +52,12 @@
|
|
|
+ # 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
|
|
|
++ $(RM) $(DESTDIR)$(bindir)/rwhois_repack
|
|
|
+
|
|
|
+ clean:
|
|
|
+ rm -f *.o rwhois_repack
|