diff options
Diffstat (limited to 'net-p2p/mktorrent/Makefile')
-rw-r--r-- | net-p2p/mktorrent/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/mktorrent/Makefile b/net-p2p/mktorrent/Makefile index ae744ac86730..49b70c37cf56 100644 --- a/net-p2p/mktorrent/Makefile +++ b/net-p2p/mktorrent/Makefile @@ -3,10 +3,8 @@ PORTNAME= mktorrent PORTVERSION= 1.1 +DISTVERSIONPREFIX= v CATEGORIES= net-p2p -MASTER_SITES= https://github.com/Rudde/mktorrent/archive/ -DISTNAME= v${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Command-line utility for creating BitTorrent metainfo files @@ -14,7 +12,8 @@ COMMENT= Command-line utility for creating BitTorrent metainfo files LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_GITHUB= yes +GH_ACCOUNT= Rudde MAKEFILE= BSDmakefile MAKE_ARGS= USE_LONG_OPTIONS=1 |