diff options
author | ade <ade@FreeBSD.org> | 2000-07-12 07:14:36 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-07-12 07:14:36 +0800 |
commit | 0c626ccf5fde98fe8f09a741b0f7d8c67f4f7833 (patch) | |
tree | 5a1e2aab8ede73767deaf34e2369e215b2d2b8a5 /palm/gnome-pilot | |
parent | bc54f728a380f1fc20b81c4705cf6f875d98d65a (diff) | |
download | freebsd-ports-gnome-0c626ccf5fde98fe8f09a741b0f7d8c67f4f7833.tar.gz freebsd-ports-gnome-0c626ccf5fde98fe8f09a741b0f7d8c67f4f7833.tar.zst freebsd-ports-gnome-0c626ccf5fde98fe8f09a741b0f7d8c67f4f7833.zip |
gnomepilot (and the conduits) have been available across
the GNOME mirrors for a while now. Fix MASTER_SITES accordingly.
Diffstat (limited to 'palm/gnome-pilot')
-rw-r--r-- | palm/gnome-pilot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/palm/gnome-pilot/Makefile b/palm/gnome-pilot/Makefile index 0fb0eec8993e..15d84b4cd5ab 100644 --- a/palm/gnome-pilot/Makefile +++ b/palm/gnome-pilot/Makefile @@ -8,7 +8,8 @@ PORTNAME= gnomepilot PORTVERSION= 0.1.52 CATEGORIES= palm comms gnome -MASTER_SITES= http://www.gnome.org/gnome-pilot/download/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= unstable/sources/gnome-pilot DISTNAME= gnome-pilot-${PORTVERSION} MAINTAINER= ade@FreeBSD.org |