diff options
author | bapt <bapt@FreeBSD.org> | 2015-04-07 02:45:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-04-07 02:45:33 +0800 |
commit | 4f221c0d432f4ed1c0fbc7521d19342292af096a (patch) | |
tree | 6fb56869196a562d5f347dbbb89810181bd014a3 /archivers | |
parent | edc675592feef046cbf52868c0724f3d6c26e768 (diff) | |
download | freebsd-ports-gnome-4f221c0d432f4ed1c0fbc7521d19342292af096a.tar.gz freebsd-ports-gnome-4f221c0d432f4ed1c0fbc7521d19342292af096a.tar.zst freebsd-ports-gnome-4f221c0d432f4ed1c0fbc7521d19342292af096a.zip |
archivers/undms: Update MASTER_SITES
PR: 199202
Submitted by: ports fury
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/undms/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archivers/undms/Makefile b/archivers/undms/Makefile index d1d048f12e2b..2304423b2d2c 100644 --- a/archivers/undms/Makefile +++ b/archivers/undms/Makefile @@ -4,16 +4,14 @@ PORTNAME= undms PORTVERSION= 1.3 CATEGORIES= archivers -MASTER_SITES= ftp://de.aminet.net/misc/unix/ \ - ftp://us.aminet.net/misc/unix/ +MASTER_SITES= http://de.aminet.net/pub/aminet/misc/unix/ \ + http://se2.aminet.net/pub/aminet/misc/unix/ DISTNAME= ${PORTNAME}-${PORTVERSION}.c EXTRACT_SUFX= .Z MAINTAINER= ports@FreeBSD.org COMMENT= Converts .dms Amiga disk images to uncompressed .adf images -BROKEN= No public distfiles - NO_WRKSUBDIR= yes PLIST_FILES= bin/undms |