Date: Sat, 29 Aug 2015 18:35:53 +0000 (UTC) From: Babak Farrokhi <farrokhi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395565 - head/net/pathneck Message-ID: <201508291835.t7TIZrPG056665@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: farrokhi Date: Sat Aug 29 18:35:52 2015 New Revision: 395565 URL: https://svnweb.freebsd.org/changeset/ports/395565 Log: - Clarify LICENSE Approved by: mat Differential Revision: https://reviews.freebsd.org/D3526 Modified: head/net/pathneck/Makefile Modified: head/net/pathneck/Makefile ============================================================================== --- head/net/pathneck/Makefile Sat Aug 29 18:24:27 2015 (r395564) +++ head/net/pathneck/Makefile Sat Aug 29 18:35:52 2015 (r395565) @@ -5,30 +5,33 @@ 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://gs274.sp.cs.cmu.edu/www/pathneck/ MAINTAINER= farrokhi@FreeBSD.org COMMENT= Active network path probing tool +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:tgz +MAKEFILE= Makefile.bsd +MAKE_ARGS= CC="${CC}" + PLIST_FILES= sbin/pathneck \ sbin/get-choke -PORTDOCS= COPYING ChangeLog README -MAKEFILE= Makefile.bsd -USES= tar:tgz +PORTDOCS= ChangeLog README OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's,^CC .=,CC ?=,' \ - -e 's,^CFLAGS .=,CFLAGS +=,' \ + @${REINPLACE_CMD} -e 's,^CFLAGS .=,CFLAGS +=,' \ ${WRKSRC}/Makefile.bsd do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pathneck ${STAGEDIR}${PREFIX}/sbin/pathneck - ${INSTALL_PROGRAM} ${WRKSRC}/get-choke \ - ${STAGEDIR}${PREFIX}/sbin/get-choke + ${INSTALL_PROGRAM} ${WRKSRC}/pathneck ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/get-choke ${STAGEDIR}${PREFIX}/sbin -do-install-DOCS-on: +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508291835.t7TIZrPG056665>