diff --git a/Makefile b/Makefile index fa9cc5d..805aecd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # FreeBSD Ports Makefile For 'twander' -# $Id: Makefile,v 1.1 2002/10/28 23:03:22 tundra Exp $ +# $Id: Makefile,v 1.2 2002/12/17 16:56:52 tundra Exp $ all: # Do nothing - this is a python script that needs no build @@ -8,3 +8,4 @@ mkdir ${PREFIX}/share/doc/twander install -c -o root -g wheel -m 644 ./twander.1.gz ${PREFIX}/man/man1 install -c -o root -g wheel -m 644 ./twander-license.txt ${PREFIX}/share/doc/twander + install -c -o root -g wheel -m 644 ./.twander ${PREFIX}/share/doc/twander