diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-09 07:58:49 +0800 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-09 07:58:49 +0800 |
commit | dd081e0ab11c56cd6ae258feb5bb419a2edec1ae (patch) | |
tree | 3fc52c4a412bc691a3ec762123270d76238df97e /textproc/flip | |
parent | 5ea57a0fd39fc57de56f3dff400e39592ccdaad6 (diff) | |
download | freebsd-ports-gnome-dd081e0ab11c56cd6ae258feb5bb419a2edec1ae.tar.gz freebsd-ports-gnome-dd081e0ab11c56cd6ae258feb5bb419a2edec1ae.tar.zst freebsd-ports-gnome-dd081e0ab11c56cd6ae258feb5bb419a2edec1ae.zip |
Provide DISTFILE mirror on MASTER_SITE_LOCAL.
PR: ports/96975 (prompted by)
Submitted by: Stefan Pauly <stefan.pauly@fh-mainz.de>
Reviewed by: tmclaugh (on irc)
Approved by: tmclaugh (mentor)
Diffstat (limited to 'textproc/flip')
-rw-r--r-- | textproc/flip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/flip/Makefile b/textproc/flip/Makefile index eef894224fbd..5b3f14da7d67 100644 --- a/textproc/flip/Makefile +++ b/textproc/flip/Makefile @@ -8,7 +8,8 @@ PORTNAME= flip PORTVERSION= 1.19 CATEGORIES= textproc -MASTER_SITES= http://ftp.sayclub.co.kr/pub/packages/aixpdslib/flip/RISC/4.3/src/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= itetcu DISTNAME= ${PORTNAME}.${PORTVERSION} EXTRACT_SUFX= .tar.Z |