1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- use $SUB_FILES to Update pkg-message

PR:             ports/143148
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
This commit is contained in:
Philip M. Gollucci 2010-02-01 02:18:46 +00:00
parent 56a2b74b28
commit abe5be7488
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248997
2 changed files with 3 additions and 1 deletions

View File

@ -110,6 +110,8 @@ MLINKS= pvm_intro.1 PVM.1 pvmd3.1 pvmd.1 \
pvm_trecv.3 pvmftrecv.3 pvm_unpack.3 pvmfunpack.3 \
pvm_pkmesg.3 pvmfupkmesg.3
SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
pre-patch:
@ -142,6 +144,6 @@ do-install:
cd ${WRKSRC}/man/man3 && ${INSTALL_MAN} ${MAN3} ${PREFIX}/man/man3
post-install:
@${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>