Removed pre-compilation of program.
1 parent 52b839f commit b20317d2b0a55c185882eb51663f87e16c792ca0
@tundra tundra authored on 8 Apr 2010
Showing 1 changed file
View
6
Makefile
# FreeBSD Ports Makefile For 'tren'
# $Id: Makefile,v 1.100 2010/01/14 18:24:02 tundra Exp $
# $Id: Makefile,v 1.101 2010/04/08 15:33:58 tundra Exp $
 
all: # Just need to create the compiled image
@python -OOOO -c"import py_compile;py_compile.compile('tren.py')"
all: # Do nothing. This is a free-standing Python program.
 
install:
${BSD_INSTALL_SCRIPT} tren.py ${PREFIX}/bin
${BSD_INSTALL_MAN} tren.1.gz ${PREFIX}/man/man1