diff options
author | ade <ade@FreeBSD.org> | 2000-07-11 23:14:36 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-07-11 23:14:36 +0000 |
commit | 0c626ccf5fde98fe8f09a741b0f7d8c67f4f7833 (patch) | |
tree | 5a1e2aab8ede73767deaf34e2369e215b2d2b8a5 /palm/gnomepilot2 | |
parent | bc54f728a380f1fc20b81c4705cf6f875d98d65a (diff) | |
download | FreeBSD-ports-0c626ccf5fde98fe8f09a741b0f7d8c67f4f7833.zip FreeBSD-ports-0c626ccf5fde98fe8f09a741b0f7d8c67f4f7833.tar.gz |
gnomepilot (and the conduits) have been available across
the GNOME mirrors for a while now. Fix MASTER_SITES accordingly.
Diffstat (limited to 'palm/gnomepilot2')
-rw-r--r-- | palm/gnomepilot2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/palm/gnomepilot2/Makefile b/palm/gnomepilot2/Makefile index 0fb0eec..15d84b4 100644 --- a/palm/gnomepilot2/Makefile +++ b/palm/gnomepilot2/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 |