summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1999-12-09 22:13:15 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1999-12-09 22:13:15 +0000
commit440b85cc8b1aa9cd2fe549d767780d6a936b2c34 (patch)
tree0d73996eb419d58b858b55c13e61780e69ffd8b1 /x11-toolkits
parentUpdated checksums. (diff)
Move tixwish man page from mann/ to man1/. This fixes `make package'
Notes
Notes: svn path=/head/; revision=23693
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/tix/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile
index 20ea82b336c2..f2e2a7b1c96c 100644
--- a/x11-toolkits/tix/Makefile
+++ b/x11-toolkits/tix/Makefile
@@ -63,5 +63,6 @@ post-install:
${RM} ${PREFIX}/include/tix/generic/tix.h
@# These two files are the same
${LN} -sf ../../tix.h ${PREFIX}/include/tix/generic
+ ${MV} ${PREFIX}/man/mann/tixwish.1 ${PREFIX}/man/man1
.include <bsd.port.post.mk>