diff --git a/Makefile b/Makefile index 53a97d0..bc0c72f 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,11 @@ # FreeBSD Ports Makefile For 'tperimeter' -# $Id: Makefile,v 1.100 2006/05/01 01:03:51 tundra Exp $ +# $Id: Makefile,v 1.101 2006/05/01 01:15:21 tundra Exp $ -all: # Do nothing - there is nothing to compile it's all html and python +all: # Do nothing - there is nothing to compile it's all html, python, & sh install: ${BSD_INSTALL_SCRIPT} tperimeter.py ${PREFIX}/etc/tperimeter ${BSD_INSTALL_SCRIPT} tperimeter-ui.html ${PREFIX}/etc/tperimeter ${BSD_INSTALL_SCRIPT} rebuild-hosts.allow.sh ${PREFIX}/etc/tperimeter ${BSD_INSTALL_MAN} tperimeter.1.gz ${PREFIX}/man/cat1 + chown www:www ${PREFIX}/etc/tperimeter/tperimeter.py ${PREFIX}/etc/tperimeter/tperimiter-ui.html