Use $PREFIX in pkg-message

PR:		ports/68940
Submitted by:	Martin Kammerhofer (maintainer)
This commit is contained in:
Volker Stolz 2004-07-14 08:56:26 +00:00
parent fb42c8eacf
commit 8d531acb37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113610

View file

@ -25,8 +25,11 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/commitlog2cvsweb bin/cvsrdiff2cvsweb \
bin/cvsuplog2cvsweb etc/cvsweb-converters.conf.sample
PKGMESSAGE= ${WRKDIR}/pkg-message
post-install:
@${SED} -e 's|$${PREFIX}|${PREFIX}|g' -- \
${.CURDIR}/pkg-message >${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>