diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-02 02:49:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-02 02:49:51 +0000 |
commit | cb11791dd5c13d9552add23c5c565967b5a48f01 (patch) | |
tree | c854e0dee4e1572131f371173397d96892121306 /net-p2p | |
parent | 9316520995d9307a76dcd9b9283c687371cdb004 (diff) |
- Add LICENSE
- Silence patching
Notes
Notes:
svn path=/head/; revision=405042
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/unworkable/Makefile | 4 |
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: |