diff --git a/Makefile b/Makefile index 5895464..d3667c2 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # FreeBSD Ports Makefile For 'tconfpy' -# $Id: Makefile,v 1.101 2004/04/05 08:02:53 tundra Exp $ +# $Id: Makefile,v 1.102 2004/04/05 08:14:35 tundra Exp $ all: # Do nothing - this is a python script that needs no build install: python setup.py install ${BSD_INSTALL_SCRIPT} test-tc.py ${PREFIX}/bin - ${BSD_INSTALL_MAN} tconfpy.1.gz ${PREFIX}/man/man3 + ${BSD_INSTALL_MAN} tconfpy.3.gz ${PREFIX}/man/man3 ${BSD_INSTALL_MAN} test-tc.1.gz ${PREFIX}/man/man1