diff --git a/Makefile b/Makefile index 24007a6..57cde0b 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,11 @@ # FreeBSD Ports Makefile For 'mkapachepw' -# $Id: Makefile,v 1.100 2005/03/31 23:12:15 tundra Exp $ +# $Id: Makefile,v 1.101 2005/04/06 08:36:28 root Exp $ all: # Just need to create the compiled image @python -OOOO -c"import py_compile;py_compile.compile('mkapachepw.py')" + @chown root:wheel mkapachepw.py + @chmod 700 mkapachepw.py + install: ${BSD_INSTALL_SCRIPT} mkapachepw.py ${PREFIX}/bin