summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAJ Lewis <roadrunner@gentoo.org>2001-06-28 14:27:19 +0000
committerAJ Lewis <roadrunner@gentoo.org>2001-06-28 14:27:19 +0000
commitaba9a8d1c2c301a3ac5fa09b98a41bd37771962d (patch)
tree77cb33a24d08cb78052be04fa03a456870965a48 /app-admin/whowatch/files
parentGabber - A Jabber Client Gnome (diff)
downloadhistorical-aba9a8d1c2c301a3ac5fa09b98a41bd37771962d.tar.gz
historical-aba9a8d1c2c301a3ac5fa09b98a41bd37771962d.tar.bz2
historical-aba9a8d1c2c301a3ac5fa09b98a41bd37771962d.zip
o an interactive who-like program
Diffstat (limited to 'app-admin/whowatch/files')
-rw-r--r--app-admin/whowatch/files/digest-whowatch-1.5.21
-rw-r--r--app-admin/whowatch/files/whowatch-1.5.2-gentoo.diff13
2 files changed, 14 insertions, 0 deletions
diff --git a/app-admin/whowatch/files/digest-whowatch-1.5.2 b/app-admin/whowatch/files/digest-whowatch-1.5.2
new file mode 100644
index 000000000000..e5e69f89eae9
--- /dev/null
+++ b/app-admin/whowatch/files/digest-whowatch-1.5.2
@@ -0,0 +1 @@
+MD5 95ad3ea12b1c33e59e93c9a1ab1812d3 whowatch-1.5.2.tar.gz
diff --git a/app-admin/whowatch/files/whowatch-1.5.2-gentoo.diff b/app-admin/whowatch/files/whowatch-1.5.2-gentoo.diff
new file mode 100644
index 000000000000..0bb0a8689463
--- /dev/null
+++ b/app-admin/whowatch/files/whowatch-1.5.2-gentoo.diff
@@ -0,0 +1,13 @@
+diff -Nur whowatch-1.5.2/Makefile.in whowatch-1.5.2-new/Makefile.in
+--- whowatch-1.5.2/Makefile.in Sun Mar 11 15:04:41 2001
++++ whowatch-1.5.2-new/Makefile.in Thu Jun 28 09:09:27 2001
+@@ -70,7 +70,9 @@
+ rm -rf ./*.o
+ rm -f whowatch
+ install: whowatch
++ $(INSTALL) -d $(bindir)
+ $(INSTALL) -m 755 whowatch $(bindir)/whowatch
++ $(INSTALL) -d $(mandir)/man1
+ $(INSTALL) -m 644 whowatch.1 $(mandir)/man1/whowatch.1
+
+ distclean: