1
0
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:
Edwin Groothuis 2008-05-28 13:07:31 +00:00
parent f2873e98ea
commit 392870bf2c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213810

View File

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