1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/news/suck/files/patch-aa

30 lines
879 B
Plaintext
Raw Normal View History

1997-10-29 23:10:17 +00:00
--- Makefile.in.orig Sun Oct 19 03:31:18 1997
+++ Makefile.in Wed Oct 29 17:51:26 1997
@@ -7,7 +7,7 @@
# Step1: Define the location of the History file(s)
#HISTORYF=/var/news/etc/history
-HISTORYF=/usr/lib/news/history
+HISTORYF=/usr/local/news/lib/history
# Step 2: Define ONE of the CHKHISTORY
CHKHISTORY=chkhistory.o # use flat file history routine
1997-10-29 23:10:17 +00:00
@@ -129,7 +129,7 @@
install_bin: suck rpost testhost lmove
- mkdir -p $(bindir)
- - strip -s suck rpost testhost lmove
+ - strip -x suck rpost testhost lmove
$(INSTALL_PROGRAM) suck $(bindir)/suck
$(INSTALL_PROGRAM) rpost $(bindir)/rpost
$(INSTALL_PROGRAM) testhost $(bindir)/testhost
1997-10-29 23:10:17 +00:00
@@ -153,7 +153,7 @@
$(MAKE) -C $(IMAN)
1997-10-29 23:10:17 +00:00
install_lpost: lpost $(MAN)/lpost.1
- - strip -s lpost
+ - strip -x lpost
$(INSTALL_PROGRAM) lpost $(bindir)/lpost
1997-10-29 23:10:17 +00:00
$(INSTALL_DATA) $(MAN)/lpost.1 $(mandir)/lpost.$(manext)