| | # FreeBSD Ports Makefile For 'mkapachepw' |
---|
| | # $Id: Makefile,v 1.104 2005/04/07 20:14:08 root Exp $ |
---|
| | # $Id: Makefile,v 1.105 2005/04/07 20:19:54 root Exp $ |
---|
| | |
---|
| | all: # Do nothing - this is a python program |
---|
| | |
---|
| | install: |
---|
| | install -c -o root -g wheel -m 700 mkapachepw.py ${PREFIX}/bin |
---|
| | ${BSD_INSTALL_MAN} mkapachepw.1.gz ${PREFIX}/man/man1 |
---|
| | |