summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/netmap/Makefile5
-rw-r--r--net/netmap/pkg-descr2
2 files changed, 2 insertions, 5 deletions
diff --git a/net/netmap/Makefile b/net/netmap/Makefile
index 024aa6ce582e..056174117f79 100644
--- a/net/netmap/Makefile
+++ b/net/netmap/Makefile
@@ -19,9 +19,6 @@ 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 <bsd.port.mk>
diff --git a/net/netmap/pkg-descr b/net/netmap/pkg-descr
index be64d0234d28..eb16d80481ef 100644
--- a/net/netmap/pkg-descr
+++ b/net/netmap/pkg-descr
@@ -1,4 +1,4 @@
-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.