| | # FreeBSD Ports Makefile For 'tsearchpath' |
---|
| | # $Id: Makefile,v 1.102 2010/06/25 16:00:19 tundra Exp $ |
---|
| | # $Id: Makefile,v 1.103 2010/06/25 16:08:22 tundra Exp $ |
---|
| | |
---|
| | all: # Do nothing - Python module |
---|
| | |
---|
| | |
---|
| | install: |
---|
| | python setup.py install |
---|
| | ${BSD_INSTALL_SCRIPT} testpath.py ${PREFIX}/bin |
---|
| | |
---|
| | |