diff options
author | fjoe <fjoe@FreeBSD.org> | 2004-02-22 07:41:43 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2004-02-22 07:41:43 +0800 |
commit | 10e0bbc79e718d4374cfbd2252b80aa58c6b3cad (patch) | |
tree | 5d47c6ead55a1adf9d042fde0a038e864318d51b /sysutils | |
parent | 22d74875b468bdb09f828a10fd3e91d9b9a97e5e (diff) | |
download | freebsd-ports-gnome-10e0bbc79e718d4374cfbd2252b80aa58c6b3cad.tar.gz freebsd-ports-gnome-10e0bbc79e718d4374cfbd2252b80aa58c6b3cad.tar.zst freebsd-ports-gnome-10e0bbc79e718d4374cfbd2252b80aa58c6b3cad.zip |
Try to fix MASTER_SITES.
Reported by: Bill "distfiles" Fenner
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/open/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/open/Makefile b/sysutils/open/Makefile index 2fd491a43e2e..a2c727543af2 100644 --- a/sysutils/open/Makefile +++ b/sysutils/open/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.4 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.hs-niederrhein.de/pub/linux/src/ \ ftp://ftp.uni-bremen.de/pub/mirrors/sunsite/utils/console/ \ - ftp://ftp.anu.edu.au/sunsite/mnt/disk1/linux/metalab/utils/console/ + ${MASTER_SITE_LOCAL:S^$^fjoe/^} MAINTAINER= fjoe@FreeBSD.org COMMENT= Open opens a new vt and runs a command on it |