mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
1ebf65b052
- Simplify Makefile - Add OPTIONS support - Pass maintainership to submitter PR: ports/86151 Submitted by: Andrej Zverev <az@inec.ru>
13 lines
523 B
Plaintext
13 lines
523 B
Plaintext
--- src/Makefile.in.orig Fri Apr 11 20:36:26 2003
|
|
+++ src/Makefile.in Thu Sep 15 11:01:15 2005
|
|
@@ -74,9 +74,3 @@
|
|
$(INSTALL) -s $(PROG) $(INSTALL_DIR)/ ;
|
|
|
|
install: install-prog
|
|
- @echo -e \
|
|
- " **********************************************************\n"\
|
|
- "** A new syslog daemon was installed !! **\n"\
|
|
- "** Please read the INSTALL and README files **\n"\
|
|
- "** to get your syslog configuration ready **\n"\
|
|
- "**********************************************************\n"
|