diff options
author | demon <demon@FreeBSD.org> | 2008-09-04 18:17:05 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2008-09-04 18:17:05 +0800 |
commit | 2e47bd60b207ac6636a2e336b9af3969d4a9fea2 (patch) | |
tree | f6a7445cdc1cf0820dcb3bf83520647f00bba444 /net/clusterit/Makefile | |
parent | b09da5640e2b2368a3fed6b87264672be94e9d52 (diff) | |
download | freebsd-ports-gnome-2e47bd60b207ac6636a2e336b9af3969d4a9fea2.tar.gz freebsd-ports-gnome-2e47bd60b207ac6636a2e336b9af3969d4a9fea2.tar.zst freebsd-ports-gnome-2e47bd60b207ac6636a2e336b9af3969d4a9fea2.zip |
Update to version 2.5.
PR: 127028
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Diffstat (limited to 'net/clusterit/Makefile')
-rw-r--r-- | net/clusterit/Makefile | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/net/clusterit/Makefile b/net/clusterit/Makefile index 009351dce5a1..66a953a35f8b 100644 --- a/net/clusterit/Makefile +++ b/net/clusterit/Makefile @@ -6,17 +6,18 @@ # PORTNAME= clusterit -PORTVERSION= 2.0 -PORTREVISION= 4 +PORTVERSION= 2.5 CATEGORIES= net devel parallel -MASTER_SITES= http://www.garbled.net/download/ \ - ftp://ftp.chg.ru/pub/prog/parallel/clusterit/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= demon@FreeBSD.org COMMENT= A collection of clustering tools -MAN1= barrier.1 barrierd.1 dsh.1 jsh.1 jsd.1 \ - clustersed.1 run.1 seq.1 dshbak.1 pcp.1 pdf.1 prm.1 +GNU_CONFIGURE= yes + +MAN1= barrier.1 barrierd.1 clustersed.1 dsh.1 dshbak.1 \ + dtop.1 jsh.1 jsd.1 pcp.1 pdf.1 prm.1 rseq.1 run.1 .if defined (WITHOUT_X11) PLIST_SUB+= X11='@comment ' @@ -25,16 +26,10 @@ PLIST_SUB+= X11='' MAN1+= rvt.1 dvt.1 USE_XORG= x11 .endif -USE_PERL5_BUILD=yes post-patch: - @${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ - ${PERL} -pi -e 's#/usr/X11R6#${LOCALBASE}#g' -.for file in command.c rvt.c screen.c - @${PERL} -pi -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/rvt/${file} -.endfor .if defined(WITHOUT_X11) - @${PERL} -pi -e 's#rvt dvt##g' ${WRKSRC}/Makefile + ${REINPLACE_CMD} -E 's,^(SUBDIRS) = .*,\1 = barrier dsh jsd pcp dtop tools,' ${WRKSRC}/Makefile.in .endif .include <bsd.port.mk> |