- update to 3.4.5

- use %%PREFIX%% in pkg-message

PR:		ports/71718
Submitted by:	clsung
Approved by:	mentor (leeym)
This commit is contained in:
Cheng-Lung Sung 2004-10-16 02:21:37 +00:00
parent 42e3953cf0
commit 36cd2b596e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119558
3 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= pvm
PORTVERSION= 3.4.4
PORTVERSION= 3.4.5
CATEGORIES= net parallel
MASTER_SITES= http://www.netlib.org/pvm3/ \
ftp://ftp.chg.ru/pub/prog/parallel/pvm3/
@ -141,6 +141,6 @@ do-install:
cd ${WRKSRC}/man/man3 && ${INSTALL_MAN} ${MAN3} ${PREFIX}/man/man3
post-install:
${SED} 's|/usr/local|${PREFIX}|g' ${PKGMESSAGE}
@${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGMESSAGE}
.include <bsd.port.post.mk>

View file

@ -1,2 +1,2 @@
MD5 (pvm3.4.4.tgz) = 806abe9a866eab5981383c17ff9ed175
SIZE (pvm3.4.4.tgz) = 967852
MD5 (pvm3.4.5.tgz) = 086e6d707b40adba04bddba8e5b6b17d
SIZE (pvm3.4.5.tgz) = 979201

View file

@ -1,7 +1,7 @@
-
You have to set PVM_ROOT=/usr/local/lib/pvm enviropment variable on all machines
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=/usr/local/lib/pvm" into
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.
-