diff options
Diffstat (limited to 'converters/uudx/Makefile')
-rw-r--r-- | converters/uudx/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/converters/uudx/Makefile b/converters/uudx/Makefile index 5828c951e787..2d7af3036f83 100644 --- a/converters/uudx/Makefile +++ b/converters/uudx/Makefile @@ -8,16 +8,13 @@ PORTNAME= uudx PORTVERSION= 2.99 CATEGORIES= converters -MASTER_SITES= ftp://ftp.vector.co.jp/pack/dos/util/bin/conv/ +MASTER_SITES= http://ftp.vector.co.jp/pack/dos/util/bin/conv/ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//} EXTRACT_SUFX= .lzh MAINTAINER= ports@FreeBSD.org COMMENT= Extractor from uuencoded files -DEPRECATE= No more public distfiles -EXPIRATION_DATE= 2011-08-01 - EXTRACT_DEPENDS=lha:${PORTSDIR}/archivers/lha BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf |