head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2006.04.30.21.47.33;	author sem;	state Exp;
branches;
next	;


desc
@@


1.1
log
@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/
@
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>
@
