diff options
author | miwi <miwi@FreeBSD.org> | 2011-07-02 22:26:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-07-02 22:26:42 +0800 |
commit | 73024b84127b9381d79e02286905a6ca98657080 (patch) | |
tree | 2eaee8fe97871294e5359a7c2ce2e11e08fcfdb2 /converters | |
parent | 7f90593361acc741c49592bf722168d1f5cacdb5 (diff) | |
download | freebsd-ports-gnome-73024b84127b9381d79e02286905a6ca98657080.tar.gz freebsd-ports-gnome-73024b84127b9381d79e02286905a6ca98657080.tar.zst freebsd-ports-gnome-73024b84127b9381d79e02286905a6ca98657080.zip |
- Fix MASTER_SITES
- Add WWW: line
PR: 158470
Submitted by: Ports Fury
Diffstat (limited to 'converters')
-rw-r--r-- | converters/uudx/Makefile | 5 | ||||
-rw-r--r-- | converters/uudx/pkg-descr | 2 |
2 files changed, 3 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 diff --git a/converters/uudx/pkg-descr b/converters/uudx/pkg-descr index 669b122b8cb7..0d42966e087f 100644 --- a/converters/uudx/pkg-descr +++ b/converters/uudx/pkg-descr @@ -1,2 +1,4 @@ uudx decodes files containing uuencoded text. It can handle split and out-of-order pieces. + +WWW: http://www.vector.co.jp/soft/dos/util/se014543.html |