aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/unworkable
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-01-02 10:49:51 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-01-02 10:49:51 +0800
commit77af26ab986d486eb4f9379070c6be09c380a204 (patch)
treec854e0dee4e1572131f371173397d96892121306 /net-p2p/unworkable
parent4076f0ff796d249fe4efbb07d1a0054c9243859b (diff)
downloadfreebsd-ports-gnome-77af26ab986d486eb4f9379070c6be09c380a204.tar.gz
freebsd-ports-gnome-77af26ab986d486eb4f9379070c6be09c380a204.tar.zst
freebsd-ports-gnome-77af26ab986d486eb4f9379070c6be09c380a204.zip
- Add LICENSE
- Silence patching
Diffstat (limited to 'net-p2p/unworkable')
-rw-r--r--net-p2p/unworkable/Makefile4
1 files changed, 3 insertions, 1 deletions
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: