svn commit: r405042 - head/net-p2p/unworkable

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jan 2 02:49:53 UTC 2016


Author: amdmi3
Date: Sat Jan  2 02:49:51 2016
New Revision: 405042
URL: https://svnweb.freebsd.org/changeset/ports/405042

Log:
  - Add LICENSE
  - Silence patching

Modified:
  head/net-p2p/unworkable/Makefile

Modified: head/net-p2p/unworkable/Makefile
==============================================================================
--- head/net-p2p/unworkable/Makefile	Sat Jan  2 02:00:29 2016	(r405041)
+++ head/net-p2p/unworkable/Makefile	Sat Jan  2 02:49:51 2016	(r405042)
@@ -10,6 +10,8 @@ MASTER_SITES=	GOOGLE_CODE
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Free BitTorrent Implementation
 
+LICENSE=	MIT
+
 LIB_DEPENDS=	libevent.so:${PORTSDIR}/devel/libevent2
 
 USES=		scons
@@ -20,7 +22,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 PLIST_FILES=	bin/unworkable man/man1/unworkable.1.gz
 
 post-extract:
-	${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \
+	@${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \
 		${WRKSRC}/SConstruct
 
 do-install:


More information about the svn-ports-head mailing list