Got rid of compilation.
1 parent 1be806a commit 07ab79963d09d066f61a788992068fc03b979de4
@tundra tundra authored on 5 Jan 2012
Showing 1 changed file
View
6
Makefile
# FreeBSD Ports Makefile For 'tsshbatch'
# $Id: Makefile,v 1.100 2011/06/17 17:02:16 tundra Exp $
# $Id: Makefile,v 1.101 2012/01/05 19:13:45 tundra Exp $
 
all: # Just need to create the compiled image
@python -OOOO -c"import py_compile;py_compile.compile('tsshbatch.py')"
all:
# Do nothing
 
install:
${BSD_INSTALL_SCRIPT} tsshbatch.py ${PREFIX}/bin
${BSD_INSTALL_MAN} tsshbatch.1.gz ${PREFIX}/man/man1