mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
30 lines
925 B
Plaintext
30 lines
925 B
Plaintext
--- Makefile.in.orig Fri Jul 24 00:45:32 1998
|
|
+++ Makefile.in Sun Jul 26 13:13:07 1998
|
|
@@ -6,7 +6,7 @@
|
|
############################################################################
|
|
|
|
# Step1: Define the location of the History file(s)
|
|
-HISTORYF=/usr/news/db/history
|
|
+HISTORYF=/usr/local/news/lib/history
|
|
|
|
# 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 -x suck rpost testhost lmove
|
|
$(INSTALL_PROGRAM) suck $(bindir)/suck
|
|
$(INSTALL_PROGRAM) rpost $(bindir)/rpost
|
|
$(INSTALL_PROGRAM) testhost $(bindir)/testhost
|
|
@@ -149,7 +149,7 @@
|
|
# $(MAKE) -C $(SMAN)
|
|
|
|
install_lpost: lpost $(MAN)/lpost.1
|
|
- - strip -s lpost
|
|
+ - strip -x lpost
|
|
$(INSTALL_PROGRAM) lpost $(bindir)/lpost
|
|
$(INSTALL_DATA) $(MAN)/lpost.1 $(mandir)/lpost.$(manext)
|
|
|