diff --git a/Makefile b/Makefile index 40bd803..ba8b717 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # FreeBSD Ports Makefile For 'tsearchpath' -# $Id: Makefile,v 1.101 2010/06/25 15:37:57 tundra Exp $ +# $Id: Makefile,v 1.102 2010/06/25 16:00:19 tundra Exp $ -all: # Just need to create the compiled image - @python -OOOO -c"import py_compile;py_compile.compile('tsearchpath.py')" +all: # Do nothing - Python module + install: - ${BSD_INSTALL_SCRIPT} tsearchpath.py ${PREFIX}/bin + ${BSD_INSTALL_SCRIPT} testpath.py ${PREFIX}/bin