ports/lang/tcl85/files/patch-installManPage
Pietro Cerutti 70e4722e89 - Add a couple of symlinks needed by databases/casstcl
- Bump PORTREVISION
- While at it, make makepatch-ify
2015-06-24 07:46:58 +00:00

11 lines
308 B
Text

--- installManPage.orig 2015-03-06 15:13:58 UTC
+++ installManPage
@@ -99,7 +99,7 @@ SrcDir=`dirname $ManPage`
First=""
for Target in $Names; do
- Target=$Target.$Section$Suffix
+ Target=$Target$Suffix.$Section
rm -f $Dir/$Target $Dir/$Target.*
if test -z "$First" ; then
First=$Target