mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
7755c5392c
PR: 5777 Submitted by: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
30 lines
879 B
Plaintext
30 lines
879 B
Plaintext
--- 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
|
|
@@ -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
|
|
@@ -153,7 +153,7 @@
|
|
$(MAKE) -C $(IMAN)
|
|
|
|
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)
|
|
|