diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/pvm/Makefile | 4 | ||||
-rw-r--r-- | net/pvm/distinfo | 4 | ||||
-rw-r--r-- | net/pvm/pkg-message | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net/pvm/Makefile b/net/pvm/Makefile index c71bef91d441..c7456ffe6e8e 100644 --- a/net/pvm/Makefile +++ b/net/pvm/Makefile @@ -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> diff --git a/net/pvm/distinfo b/net/pvm/distinfo index 7827e409e4e7..c5aaa044cd25 100644 --- a/net/pvm/distinfo +++ b/net/pvm/distinfo @@ -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 diff --git a/net/pvm/pkg-message b/net/pvm/pkg-message index f97811831020..ddc4f1ef8393 100644 --- a/net/pvm/pkg-message +++ b/net/pvm/pkg-message @@ -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. - |