Index: head/net/netmap/Makefile =================================================================== --- head/net/netmap/Makefile (revision 401156) +++ head/net/netmap/Makefile (revision 401157) @@ -1,27 +1,24 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= netmap PORTVERSION= 0.1.3 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/NetMap%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Make a graphical representation of the surrounding network LICENSE= GPLv2 RUN_DEPENDS= dotty:${PORTSDIR}/graphics/graphviz USES= gmake PLIST_FILES= bin/makelist bin/netmap do-install: -.for i in makelist netmap - (cd ${WRKSRC}/${i} && ${INSTALL_PROGRAM} ${i} \ - ${STAGEDIR}${PREFIX}/bin) -.endfor + ${INSTALL_PROGRAM} ${WRKSRC}/makelist/makelist ${WRKSRC}/netmap/netmap ${STAGEDIR}${PREFIX}/bin/ .include Index: head/net/netmap/pkg-descr =================================================================== --- head/net/netmap/pkg-descr (revision 401156) +++ head/net/netmap/pkg-descr (revision 401157) @@ -1,5 +1,5 @@ -Netmap can be used to make a graphical representation of the surounding +Netmap can be used to make a graphical representation of the surrounding network. It first uses traceroute to make a list of all routers and their interconnections, after which it generates a .dot file. WWW: http://netmap.sourceforge.net/