Initial Version
0 parent commit d8bf23e152d3133fa39c000ca86ca4cb5b6e7232
@tundra tundra authored on 24 Jun 2010
Showing 6 changed files
View
10
Makefile 0 → 100644
# FreeBSD Ports Makefile For 'tsearchpath'
# $Id: Makefile,v 1.100 2010/06/24 15:27:49 tundra Exp $
 
all: # Just need to create the compiled image
@python -OOOO -c"import py_compile;py_compile.compile('tsearchpath.py')"
 
install:
${BSD_INSTALL_SCRIPT} tsearchpath.py ${PREFIX}/bin
${BSD_INSTALL_MAN} tsearchpath.1.gz ${PREFIX}/man/man1
View
2
■■■
WHATSNEW.txt 0 → 100644
 
View
makefile 0 → 100644
View
setup.py 0 → 100644
View
tsearchpath-license.txt 0 → 100644
View
tsearchpath.py 0 → 100755