1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Expand ${PREFIX} in the manpage.

This commit is contained in:
Steve Price 1999-05-04 04:20:42 +00:00
parent b2a4dc58a6
commit 02c58191e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18444
2 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# Date created: 29 April 1999
# Whom: G. Adam Stanislav <adam@whizkidtech.net>
#
# $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

View File

@ -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