diff options
Diffstat (limited to 'net-p2p/edonkey-tool-hash/Makefile')
-rw-r--r-- | net-p2p/edonkey-tool-hash/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/edonkey-tool-hash/Makefile b/net-p2p/edonkey-tool-hash/Makefile index d662b449a198..42734de85a04 100644 --- a/net-p2p/edonkey-tool-hash/Makefile +++ b/net-p2p/edonkey-tool-hash/Makefile @@ -6,19 +6,19 @@ # PORTNAME= edonkey -PORTVERSION= 0.3.3 +PORTVERSION= 0.4.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ed2k-tools PKGNAMESUFFIX= -tool-hash -DISTNAME= ed2k-hash_${PORTVERSION} +DISTNAME= ed2k_hash-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org COMMENT= Both calculates 'eDonkey/Overnet hashes' producing ed2k:// file links PLIST_FILES= bin/edonkey-tool-hash USE_REINPLACE= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/ed2k_hash-${PORTVERSION} |