diff --git a/Makefile b/Makefile index 57cde0b..aff8336 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,9 @@ # FreeBSD Ports Makefile For 'mkapachepw' -# $Id: Makefile,v 1.101 2005/04/06 08:36:28 root Exp $ +# $Id: Makefile,v 1.102 2005/04/07 18:16:14 root Exp $ -all: # Just need to create the compiled image - @python -OOOO -c"import py_compile;py_compile.compile('mkapachepw.py')" +all: # Set permissions for root access onoy @chown root:wheel mkapachepw.py - @chmod 700 mkapachepw.py - + @chmod 600 mkapachepw.py install: ${BSD_INSTALL_SCRIPT} mkapachepw.py ${PREFIX}/bin