diff options
author | olgeni <olgeni@FreeBSD.org> | 2004-02-03 06:29:09 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2004-02-03 06:29:09 +0800 |
commit | 701f45b521a84824b1476c58da606ebdf2c95712 (patch) | |
tree | 97a826a43b19c2f9ad502c7cf19d46034c5ed861 /palm/pilot-link/Makefile | |
parent | 151de7417fc75f8bdcf6e5c0a2b524a4434390d2 (diff) | |
download | freebsd-ports-gnome-701f45b521a84824b1476c58da606ebdf2c95712.tar.gz freebsd-ports-gnome-701f45b521a84824b1476c58da606ebdf2c95712.tar.zst freebsd-ports-gnome-701f45b521a84824b1476c58da606ebdf2c95712.zip |
Follow portlint's suggestion about using MASTER_SITE_GENTOO.
Diffstat (limited to 'palm/pilot-link/Makefile')
-rw-r--r-- | palm/pilot-link/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile index b40b34cf7f19..d6aa9d3773dc 100644 --- a/palm/pilot-link/Makefile +++ b/palm/pilot-link/Makefile @@ -9,7 +9,8 @@ PORTNAME= pilot-link PORTVERSION= 0.11.8 PORTREVISION= 1 CATEGORIES= palm comms tk83 -MASTER_SITES= http://oss.redundant.com/pub/gentoo/distfiles/ +MASTER_SITES= ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles MAINTAINER= ports@FreeBSD.org COMMENT= PalmPilot communications utilities (backup/restore/install/debug/...) |