diff options
Diffstat (limited to 'net-p2p/libtorrent-rasterbar/Makefile')
-rw-r--r-- | net-p2p/libtorrent-rasterbar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile index 214966e98d65..01d2bc3df747 100644 --- a/net-p2p/libtorrent-rasterbar/Makefile +++ b/net-p2p/libtorrent-rasterbar/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libtorrent-rasterbar -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.9 CATEGORIES?= net-p2p ipv6 MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/ @@ -35,7 +35,7 @@ SHLIB_VER= 8 PLIST_SUB+= SHLIB_VER="${SHLIB_VER}" DOCSRCDIR1= ${WRKSRC} -DOC_FILES1= AUTHORS ChangeLog README +DOC_FILES1= AUTHORS ChangeLog DOCSRCDIR2= ${WRKSRC}/docs DOCSDIR2= ${DOCSDIR}/docs |