diff --git a/Makefile b/Makefile index aff8336..cb940c5 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,6 @@ # FreeBSD Ports Makefile For 'mkapachepw' -# $Id: Makefile,v 1.102 2005/04/07 18:16:14 root Exp $ - -all: # Set permissions for root access onoy - @chown root:wheel mkapachepw.py - @chmod 600 mkapachepw.py +# $Id: Makefile,v 1.103 2005/04/07 20:11:17 root Exp $ install: - ${BSD_INSTALL_SCRIPT} mkapachepw.py ${PREFIX}/bin + ${BSD_INSTALL_SCRIPT} -m700 mkapachepw.py ${PREFIX}/bin ${BSD_INSTALL_MAN} mkapachepw.1.gz ${PREFIX}/man/man1