1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/irc/evangeline/files/patch-Makefile.in
Florent Thoumie bd2f27ce66 Add Evangeline 1.1.0, an IRC Bot based on Eggdrop.
PR:		ports/77878
Submitted by:	Grega Janezic <edini@edini.net>
Approved by:	pav (mentor)
2005-03-04 10:39:40 +00:00

54 lines
1.2 KiB
Plaintext

--- Makefile.in.orig Fri Feb 18 10:28:06 2005
+++ Makefile.in Fri Feb 18 10:27:08 2005
@@ -217,8 +217,6 @@
@echo ""
@echo "modules made:"
@ls -l modules/*.$(MOD_EXT)
- @$(MAKE) finish_install
- @$(installed_msg)
static: @LIBZ@ EvangelineTest
@echo ""
@@ -233,9 +231,6 @@
@echo ""
@$(test_run)
@ls -l $(EVANGELINEEXEC)
- @$(MAKE) finish_install
- @$(installed_msg)
-
debug: @LIBZ@ DebugEvangeline
@@ -251,8 +246,6 @@
@echo ""
@echo "modules made:"
@ls -l modules/*.$(MOD_EXT)
- @$(MAKE) finish_install
- @$(installed_msg)
sdebug: @LIBZ@ EvangelineTest
@echo ""
@@ -267,8 +260,6 @@
@echo ""
@$(test_run)
@ls -l $(EVANGELINEEXEC)
- @$(MAKE) finish_install
- @$(installed_msg)
EvangelineTest: conftest
@if test -f EVANGELINEMOD.stamp; then \
@@ -290,8 +281,12 @@
fi
@echo "stamp" >EVANGELINEMOD.stamp
+install:
+ @$(MAKE) finish_install
+ @$(installed_msg)
+
finish_install:
- @mv ifiles/starter starter
+ @mv ifiles/starter /usr/local/bin/evangeline
@mv ifiles/MyHttp.tcl .data/.scripts/MyHttp.tcl
@rm -rf modules/*.mod modules/EvangelineMod.* modules/Makefile* modules/mod.xlibs modules/autoconf modules/*.h modules/*.o
@rm -rf src/ tmp/ Makefile* config* disabled_modules lush.h