View | Details | Raw Unified | Return to bug 81979 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	pathchirp
8
PORTNAME=	pathchirp
9
PORTVERSION=	2.3.8
9
PORTVERSION=	2.4.0
10
CATEGORIES=	benchmarks
10
CATEGORIES=	benchmarks
11
MASTER_SITES=	http://www.spin.rice.edu/Software/pathChirp/
11
MASTER_SITES=	http://www.spin.rice.edu/Software/pathChirp/
12
12
Lines 16-25 Link Here
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
USE_GMAKE=	yes
17
USE_GMAKE=	yes
18
18
19
PLIST_FILES=	bin/pathchirp_rcv bin/pathchirp_snd
19
PLIST_FILES=	bin/pathchirp_rcv bin/pathchirp_snd bin/pathchirp_run
20
20
21
do-install:
21
do-install:
22
.for f in pathchirp_rcv pathchirp_snd
22
.for f in pathchirp_rcv pathchirp_snd pathchirp_run
23
	${INSTALL_PROGRAM} ${WRKSRC}/Bin/${ARCH}/${f} ${PREFIX}/bin
23
	${INSTALL_PROGRAM} ${WRKSRC}/Bin/${ARCH}/${f} ${PREFIX}/bin
24
.endfor
24
.endfor

Return to bug 81979