From 77af26ab986d486eb4f9379070c6be09c380a204 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Sat, 2 Jan 2016 02:49:51 +0000 Subject: - Add LICENSE - Silence patching --- net-p2p/unworkable/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net-p2p') diff --git a/net-p2p/unworkable/Makefile b/net-p2p/unworkable/Makefile index 31ce03b8d7b4..c8dae73f6924 100644 --- a/net-p2p/unworkable/Makefile +++ b/net-p2p/unworkable/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@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: -- cgit