Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/pvm/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- Makefile 30 Oct 2009 00:53:01 -0000 1.25 +++ Makefile 24 Jan 2010 06:56:51 -0000 @@ -110,6 +110,8 @@ pvm_trecv.3 pvmftrecv.3 pvm_unpack.3 pvmfunpack.3 \ pvm_pkmesg.3 pvmfupkmesg.3 +SUB_FILES= pkg-message + .include pre-patch: @@ -142,6 +144,6 @@ cd ${WRKSRC}/man/man3 && ${INSTALL_MAN} ${MAN3} ${PREFIX}/man/man3 post-install: - @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include Index: pkg-message =================================================================== RCS file: pkg-message diff -N pkg-message --- pkg-message 16 Oct 2004 02:21:37 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,7 +0,0 @@ -- -You have to set PVM_ROOT=%%PREFIX%%/lib/pvm enviropment variable on all machines -which you are planning to use for distributed computing. The best way to set -this variable on system-wide basis is to add "PVM_ROOT=%%PREFIX%%/lib/pvm" into -appropriate section of your /etc/login.conf file. You also have to enable -rshd on those machines. -- Index: files/pkg-message.in =================================================================== RCS file: files/pkg-message.in diff -N files/pkg-message.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/pkg-message.in 24 Jan 2010 06:56:51 -0000 @@ -0,0 +1,7 @@ +- +You have to set PVM_ROOT=%%PREFIX%%/lib/pvm enviropment variable on all machines +which you are planning to use for distributed computing. The best way to set +this variable on system-wide basis is to add "PVM_ROOT=%%PREFIX%%/lib/pvm" into +appropriate section of your /etc/login.conf file. You also have to enable +rshd on those machines. +-