freebsd-ports/lang/tcl87/files/patch-unix-installManPage
Pietro Cerutti 11fcd2dfb1 lang/tcl87: update to fossil checkin f1c99ff14c
Restructure a bit the installation so that it matches more what upstream
provides.

Changelog: http://core.tcl.tk/tcl/timeline?from=f590914719&to=f1c99ff14c&sbs=1
2017-05-24 11:11:43 +00:00

11 lines
320 B
Text

--- unix/installManPage.orig 2017-04-20 14:47:01 UTC
+++ unix/installManPage
@@ -100,7 +100,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