1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/net/kojoney/files/patch-Makefile
Martin Wilke bc6842e502 Kojoney is a low level interaction honeypot that emulates an SSH server.
The daemon is written in Python using the Twisted Conch libraries.

WWW: http://kojoney.sourceforge.net/

PR:		ports/106384
Submitted by:	mj <systemoperator at gmail.com>
2006-12-05 20:08:46 +00:00

20 lines
616 B
Plaintext

--- Makefile.old Tue Dec 5 15:12:55 2006
+++ Makefile Tue Dec 5 15:11:49 2006
@@ -0,0 +1,16 @@
+all:
+ @echo ""
+ @echo ""
+ @echo "There's nothing to do. Just use 'make install'."
+ @echo ""
+install:
+ @mkdir -p ${PREFIX}/kojoney/reports
+ @mv coret_config.py coret_config.py.dist
+ @cp -pf coret_config.py.dist ${PREFIX}/kojoney
+ @cp -pf *.py ${PREFIX}/kojoney
+ @cp -pf KoJoney.e3p ${PREFIX}/kojoney
+ @mv fake_users fake_users.dist
+ @cp -pf fake_users.dist ${PREFIX}/kojoney
+ @cp -pf reports/k* ${PREFIX}/kojoney/reports
+ @mv coret_config.py.dist coret_config.py
+ @mv fake_users.dist fake_users