svn commit: r401157 - head/net/netmap

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 9 18:45:27 UTC 2015


Author: sunpoet
Date: Mon Nov  9 18:45:25 2015
New Revision: 401157
URL: https://svnweb.freebsd.org/changeset/ports/401157

Log:
  - Fix typo
  - Cosmetic change

Modified:
  head/net/netmap/Makefile
  head/net/netmap/pkg-descr

Modified: head/net/netmap/Makefile
==============================================================================
--- head/net/netmap/Makefile	Mon Nov  9 18:45:21 2015	(r401156)
+++ head/net/netmap/Makefile	Mon Nov  9 18:45:25 2015	(r401157)
@@ -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>

Modified: head/net/netmap/pkg-descr
==============================================================================
--- head/net/netmap/pkg-descr	Mon Nov  9 18:45:21 2015	(r401156)
+++ head/net/netmap/pkg-descr	Mon Nov  9 18:45:25 2015	(r401157)
@@ -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.
 


More information about the svn-ports-all mailing list