ports/ftp/ftpsesame/files/patch-Makefile
Sergey Matveychuk 02e9fa7f97 ftpsesame helps the FTP protocol get through your pf firewall.
It does this by passively analysing FTP control connections
and adding rules into a pf anchor when an FTP data connection
is about to commence.

WWW: http://www.sentia.org/projects/ftpsesame/
2006-04-30 21:47:33 +00:00

12 lines
415 B
Text

--- Makefile.orig Mon May 1 01:32:30 2006
+++ Makefile Mon May 1 01:39:28 2006
@@ -8,7 +8,7 @@
LDADD+= -lpcap
install:
- install -s -o root -g bin -m 555 ftpsesame /usr/local/bin
- install -o root -g bin -m 444 ftpsesame.cat8 /usr/local/man/cat8/ftpsesame.0
+ install -s -o root -g bin -m 555 ftpsesame ${PREFIX}/bin
+ install -o root -g bin -m 444 ftpsesame.8 ${MANPREFIX}/man/man8
.include <bsd.prog.mk>