Explicitly set ownership and permissions on py file.
1 parent bc9e812 commit c8f387145df572d3482fb24076c2e9a36f5385e4
@root root authored on 6 Apr 2005
Showing 1 changed file
View
5
Makefile
# 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
${BSD_INSTALL_MAN} mkapachepw.1.gz ${PREFIX}/man/man1