From 02c58191e13c8fdb500088d89af0b03bea3613b1 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Tue, 4 May 1999 04:20:42 +0000 Subject: [PATCH] Expand ${PREFIX} in the manpage. --- graphics/tifmerge/Makefile | 5 +++-- graphics/tifmerge/files/tifmerge.3 | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/graphics/tifmerge/Makefile b/graphics/tifmerge/Makefile index 64ba9231b15d..7dbea59e8721 100644 --- a/graphics/tifmerge/Makefile +++ b/graphics/tifmerge/Makefile @@ -3,7 +3,7 @@ # Date created: 29 April 1999 # Whom: G. Adam Stanislav # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/03 04:27:41 steve Exp $ # DISTNAME= tiff @@ -24,7 +24,8 @@ post-extract: @tuc ${WRKDIR}/TIFMERGE.H ${WRKSRC}/tifmerge.h @tuc ${WRKDIR}/TIFMERGE.C ${WRKSRC}/tifmerge.c @${CP} ${FILESDIR}/Makefile ${WRKSRC} - @${CP} ${FILESDIR}/tifmerge.3 ${WRKSRC} + @${SED} -e 's|@PREFIX@|${PREFIX}|g' ${FILESDIR}/tifmerge.3 > \ + ${WRKSRC}/tifmerge.3 do-install: ${INSTALL_DATA} ${WRKSRC}/libtifmerge.so.1 ${PREFIX}/lib diff --git a/graphics/tifmerge/files/tifmerge.3 b/graphics/tifmerge/files/tifmerge.3 index ab88e4e59cef..f1ef32c51fe0 100644 --- a/graphics/tifmerge/files/tifmerge.3 +++ b/graphics/tifmerge/files/tifmerge.3 @@ -33,7 +33,7 @@ file. .Pp The function is declared in .Aq Pa tifmerge.h , -located in the ${PREFIX}/include directory. +located in the @PREFIX@/include directory. .Sh RETURN VALUES The .Fn TiffAppend