mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
cfb35583cc
Change the maintainer from graphite@taurus.bekkoame.or.jp to jseger@scds.com. (I have received a personal note from the old maintainer and he approves this change.) Also, install the sample scripts into share/examples/suck instead of into etc/rc.d. PR: 4131 Submitted by: the new maintainer <jseger@scds.com>
21 lines
558 B
Plaintext
21 lines
558 B
Plaintext
--- Makefile.in.orig Fri Aug 1 20:59:01 1997
|
|
+++ Makefile.in Mon Aug 4 19:04:25 1997
|
|
@@ -128,7 +128,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
|
|
- - strip -s lpost
|
|
+ - strip -x lpost
|
|
$(INSTALL_PROGRAM) lpost $(bindir)/lpost
|
|
|
|
installall: install lpost
|