diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1999-12-09 22:13:15 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1999-12-09 22:13:15 +0000 |
commit | 440b85cc8b1aa9cd2fe549d767780d6a936b2c34 (patch) | |
tree | 0d73996eb419d58b858b55c13e61780e69ffd8b1 /x11-toolkits | |
parent | 43dec6fb47ad750285e36092fa77a274cef7da0c (diff) | |
download | ports-440b85cc8b1aa9cd2fe549d767780d6a936b2c34.tar.gz ports-440b85cc8b1aa9cd2fe549d767780d6a936b2c34.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tix/Makefile | 1 |
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> |