diff options
author | thierry <thierry@FreeBSD.org> | 2004-09-27 07:28:51 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-09-27 07:28:51 +0000 |
commit | 6c413ca354f610b2c5d69b75fa30e3e589d4a5fd (patch) | |
tree | bd3785b8b9d927043955cc92ef06c4ef3dbfcbf5 /archivers/ppunpack | |
parent | ee100edfa7a8c66f284c3df627ee1adee44dee85 (diff) | |
download | FreeBSD-ports-6c413ca354f610b2c5d69b75fa30e3e589d4a5fd.zip FreeBSD-ports-6c413ca354f610b2c5d69b75fa30e3e589d4a5fd.tar.gz |
This distfile disapeared from the net. Use MASTER_SITE_LOCAL to host it.
Approved by: portmgr (marcus).
Diffstat (limited to 'archivers/ppunpack')
-rw-r--r-- | archivers/ppunpack/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archivers/ppunpack/Makefile b/archivers/ppunpack/Makefile index 626ebef..2977b9e 100644 --- a/archivers/ppunpack/Makefile +++ b/archivers/ppunpack/Makefile @@ -8,16 +8,14 @@ PORTNAME= ppunpack PORTVERSION= 1.0 CATEGORIES= archivers -MASTER_SITES= ftp://de.aminet.net/pub/aminet/misc/unix/ \ - ftp://us.aminet.net/pub/aminet/misc/unix/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= thierry DISTNAME= ppsmall-${PORTVERSION} EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Decompresses Amiga PowerPacker files -BROKEN= Unfetchable - RESTRICTED= "No commercial redistribution" NO_CDROM= ${RESTRICTED} |