diff --git a/Makefile b/Makefile index 26b6aed..2dfac2c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ # FreeBSD Ports Makefile For 'twander' -# $Id: Makefile,v 1.32 2005/02/02 23:05:14 tundra Exp $ +# $Id: Makefile,v 1.33 2005/02/02 23:37:21 tundra Exp $ -all: # Do nothing - this is a python script that needs no build + +all: # Just need to create the compiled image + @python -OOOO -c"import py_compile;py_compile.compile('twander.py')" install: ${BSD_INSTALL_SCRIPT} ./twander.py ${PREFIX}/bin