svn commit: r395548 - head/net/pathneck

Babak Farrokhi farrokhi at FreeBSD.org
Sat Aug 29 11:48:57 UTC 2015


Author: farrokhi
Date: Sat Aug 29 11:48:56 2015
New Revision: 395548
URL: https://svnweb.freebsd.org/changeset/ports/395548

Log:
  net/patchneck: Makefile cleanup
   - Remove dead MASTER_SITES
   - Take maintainership
  
  Approved by:	bapt, mat
  Differential Revision:	https://reviews.freebsd.org/D3513

Modified:
  head/net/pathneck/Makefile

Modified: head/net/pathneck/Makefile
==============================================================================
--- head/net/pathneck/Makefile	Sat Aug 29 11:06:36 2015	(r395547)
+++ head/net/pathneck/Makefile	Sat Aug 29 11:48:56 2015	(r395548)
@@ -5,17 +5,16 @@ PORTNAME=	pathneck
 PORTVERSION=	1.3
 CATEGORIES=	net
 MASTER_SITES=	http://www.cs.cmu.edu/~hnn/pathneck/ \
-		http://gs274.sp.cs.cmu.edu/www/pathneck/ \
-		http://www.unixified.net/distfiles/
-EXTRACT_SUFX=	.tgz
+		http://gs274.sp.cs.cmu.edu/www/pathneck/ 
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	farrokhi at FreeBSD.org
 COMMENT=	Active network path probing tool
 
 PLIST_FILES=	sbin/pathneck \
 		sbin/get-choke
 PORTDOCS=	COPYING ChangeLog README
 MAKEFILE=	Makefile.bsd
+USES=	tar:tgz
 
 OPTIONS_DEFINE=	DOCS
 
@@ -28,6 +27,8 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/pathneck ${STAGEDIR}${PREFIX}/sbin/pathneck
 	${INSTALL_PROGRAM} ${WRKSRC}/get-choke \
 		${STAGEDIR}${PREFIX}/sbin/get-choke
+
+do-install-DOCS-on:		
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list