Fix pkg-message generating
This commit is contained in:
parent
013ad4ab58
commit
496bc991b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95939
@ -46,7 +46,7 @@ post-install:
|
||||
.endfor
|
||||
.endfor
|
||||
.endif
|
||||
@${SED} -e "s:%%PREFIX%%:${PREFIX}:g" pkg-message >${PKGMESSAGE}
|
||||
@${SED} -e "s:%%PREFIX%%:${PREFIX}:g" ${.CURDIR}/pkg-message >${PKGMESSAGE}
|
||||
.ifndef(BATCH)
|
||||
@${ECHO}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
Loading…
Reference in New Issue
Block a user