pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/tiff Fix manpages installation.
details: https://anonhg.NetBSD.org/pkgsrc/rev/49a5a94328c8
branches: trunk
changeset: 462472:49a5a94328c8
user: salo <salo%pkgsrc.org@localhost>
date: Fri Oct 03 15:38:46 2003 +0000
description:
Fix manpages installation.
>From Ben Collver via PR pkg/23047.
diffstat:
graphics/tiff/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 5e6fc1715d65 -r 49a5a94328c8 graphics/tiff/Makefile
--- a/graphics/tiff/Makefile Fri Oct 03 15:35:29 2003 +0000
+++ b/graphics/tiff/Makefile Fri Oct 03 15:38:46 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2003/08/30 23:01:32 jlam Exp $
+# $NetBSD: Makefile,v 1.48 2003/10/03 15:38:46 salo Exp $
DISTNAME= tiff-v3.5.7
PKGNAME= tiff-3.5.7
@@ -43,8 +43,8 @@
# reference correct relative man page when using .so
#
${MV} ${WRKSRC}/man/Makefile.in ${WRKSRC}/man/Makefile.in.in
- ${SED} -e "s,\$${MANDIR}\(.*\)\.\([0-9]\).,\1.\2,g" \
- -e "s,\$${MANDIR}\(.*\)\.\([0-9]\),\1.\2,g" \
+ ${SED} -e "s,\$${MANDIR}\(.*\)\.\([0-9]\).,${PREFIX}/man/man\2/\1.\2,g" \
+ -e "s,\$${MANDIR}\(.*\)\.\([0-9]\),${PREFIX}/man/man\2/\1.\2,g" \
${WRKSRC}/man/Makefile.in.in > ${WRKSRC}/man/Makefile.in
# libtoolize build of TIFF tools
Home |
Main Index |
Thread Index |
Old Index