diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-12-28 22:53:40 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-12-28 22:53:40 +0000 |
commit | 59b5b29b7dbb39fdf71c060d0a8b9b05797e325e (patch) | |
tree | d57252b4129cf0f8e0a5fa005be4be762bb916a3 /converters | |
parent | d5b12d2ebe027c6a49dae367ca3a9ce8f03442fe (diff) |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/uudx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/uudx/Makefile b/converters/uudx/Makefile index 138e2845c293..f264731e57c0 100644 --- a/converters/uudx/Makefile +++ b/converters/uudx/Makefile @@ -4,14 +4,12 @@ PORTNAME= uudx PORTVERSION= 2.99 CATEGORIES= converters -MASTER_SITES= http://ftp.vector.co.jp/pack/dos/util/bin/conv/ +MASTER_SITES= http://ftp.vector.co.jp/01/45/528/ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org COMMENT= Extractor from uuencoded files -BROKEN= unfetchable - BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf USES= lha |