Use $PREFIX in pkg-message
PR: ports/68940 Submitted by: Martin Kammerhofer (maintainer)
This commit is contained in:
parent
fb42c8eacf
commit
8d531acb37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113610
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue