aboutsummaryrefslogtreecommitdiff
path: root/net/netmap
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-09 18:45:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-09 18:45:25 +0000
commit0d987c66556952b7767da3712249ea8efc32844f (patch)
treef1f99c7768dcf40a3b8b11014e4a34c2f5d0098e /net/netmap
parent17621bb83e4b0d67314dbcb0d0c6656c7c5701fe (diff)
downloadports-0d987c66556952b7767da3712249ea8efc32844f.tar.gz
ports-0d987c66556952b7767da3712249ea8efc32844f.zip
- Fix typo
- Cosmetic change
Notes
Notes: svn path=/head/; revision=401157
Diffstat (limited to 'net/netmap')
-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.