mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
Support stage
This commit is contained in:
parent
c8ed1b46b4
commit
c7c3cfa73e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338728
@ -8,7 +8,7 @@ MASTER_SITES= http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
||||
MAINTAINER= dikshie@lapi.itb.ac.id
|
||||
COMMENT= A measurement tool for capacity estimation of network paths
|
||||
COMMENT= Measurement tool for capacity estimation of network paths
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake
|
||||
@ -18,10 +18,9 @@ MAKEFILE= makefile
|
||||
|
||||
PLIST_FILES= bin/pathrate_rcv bin/pathrate_snd
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
.for f in pathrate_rcv pathrate_snd
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user