mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
${.CURDIR}/pkg-message -> ${PKGMESSAGE}
Noticed by: flz@ PR: ports/123966 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
This commit is contained in:
parent
f2873e98ea
commit
392870bf2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213810
@ -48,7 +48,7 @@ XPROTO_LIBS= -L${LOCALBASE}/lib
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG} ''
|
||||
@${CAT} ${.CURDIR}/pkg-message
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_MSG} ''
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user