diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-09 18:45:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-09 18:45:25 +0000 |
commit | 0d987c66556952b7767da3712249ea8efc32844f (patch) | |
tree | f1f99c7768dcf40a3b8b11014e4a34c2f5d0098e /net | |
parent | 17621bb83e4b0d67314dbcb0d0c6656c7c5701fe (diff) | |
download | freebsd-ports-0d987c66556952b7767da3712249ea8efc32844f.zip |
- Fix typo
- Cosmetic change
Diffstat (limited to 'net')
-rw-r--r-- | net/netmap/Makefile | 5 | ||||
-rw-r--r-- | net/netmap/pkg-descr | 2 |
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. |