Support stage

This commit is contained in:
Baptiste Daroussin 2014-01-05 01:06:11 +00:00
parent c8ed1b46b4
commit c7c3cfa73e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338728

View file

@ -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>