diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-08-01 16:59:39 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-08-01 16:59:39 +0000 |
commit | f9655655d449169f88bfd6be8109183ba2a69850 (patch) | |
tree | e7546e22a7256a0779c4eeb5730b22b3ba80f991 /news/suck/patches | |
parent | d455f1fbac84f14c30a88ad70a2c386341b4fe84 (diff) | |
download | pkgsrc-f9655655d449169f88bfd6be8109183ba2a69850.tar.gz |
Update to suck-3.9.4.
Diffstat (limited to 'news/suck/patches')
-rw-r--r-- | news/suck/patches/patch-aa | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/news/suck/patches/patch-aa b/news/suck/patches/patch-aa index 543ab6ddbfa..82b768a1e14 100644 --- a/news/suck/patches/patch-aa +++ b/news/suck/patches/patch-aa @@ -1,12 +1,20 @@ ---- Makefile.in.orig Thu Feb 12 19:24:28 1998 -+++ Makefile.in Tue Apr 21 04:56:17 1998 -@@ -9,3 +9,3 @@ - #HISTORYF=/var/news/etc/history --HISTORYF=/usr/lib/news/history +--- Makefile.in.orig Fri Jul 24 06:45:32 1998 ++++ Makefile.in Sat Aug 1 18:43:54 1998 +@@ -6,7 +6,7 @@ + ############################################################################ + + # Step1: Define the location of the History file(s) +-HISTORYF=/usr/news/db/history +HISTORYF=%%%HISTORY%%% -@@ -132,3 +132,3 @@ + # Step 2: Define ONE of the CHKHISTORY + CHKHISTORY=chkhistory.o # use flat file history routine +@@ -131,7 +131,7 @@ + + install_bin: suck rpost testhost lmove - mkdir -p $(bindir) - - strip -s suck rpost testhost lmove + - strip suck rpost testhost lmove $(INSTALL_PROGRAM) suck $(bindir)/suck + $(INSTALL_PROGRAM) rpost $(bindir)/rpost + $(INSTALL_PROGRAM) testhost $(bindir)/testhost |