View | Details | Raw Unified | Return to bug 143148
Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 110-115 Link Here
110
		pvm_trecv.3 pvmftrecv.3 pvm_unpack.3 pvmfunpack.3 \
110
		pvm_trecv.3 pvmftrecv.3 pvm_unpack.3 pvmfunpack.3 \
111
		pvm_pkmesg.3 pvmfupkmesg.3
111
		pvm_pkmesg.3 pvmfupkmesg.3
112
112
113
SUB_FILES=	pkg-message
114
113
.include <bsd.port.pre.mk>
115
.include <bsd.port.pre.mk>
114
116
115
pre-patch:
117
pre-patch:
Lines 142-147 Link Here
142
	cd ${WRKSRC}/man/man3 && ${INSTALL_MAN} ${MAN3} ${PREFIX}/man/man3
144
	cd ${WRKSRC}/man/man3 && ${INSTALL_MAN} ${MAN3} ${PREFIX}/man/man3
143
145
144
post-install:
146
post-install:
145
	@${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGMESSAGE}
147
	@${CAT} ${PKGMESSAGE}
146
148
147
.include <bsd.port.post.mk>
149
.include <bsd.port.post.mk>
(-)pkg-message (-7 lines)
Removed Link Here
1
-
2
You have to set PVM_ROOT=%%PREFIX%%/lib/pvm enviropment variable on all machines
3
which you are planning to use for distributed computing. The best way to set
4
this variable on system-wide basis is to add "PVM_ROOT=%%PREFIX%%/lib/pvm" into
5
appropriate section of your /etc/login.conf file. You also have to enable
6
rshd on those machines.
7
-
(-)files/pkg-message.in (+7 lines)
Added Link Here
1
-
2
You have to set PVM_ROOT=%%PREFIX%%/lib/pvm enviropment variable on all machines
3
which you are planning to use for distributed computing. The best way to set
4
this variable on system-wide basis is to add "PVM_ROOT=%%PREFIX%%/lib/pvm" into
5
appropriate section of your /etc/login.conf file. You also have to enable
6
rshd on those machines.
7
-

Return to bug 143148