aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-21 23:19:42 +0800
committerPav Lucistnik <pav@FreeBSD.org>2004-08-21 23:19:42 +0800
commit24ac9498b0a19089927fc82dbff66da76efb924b (patch)
tree388ade8770ab23ed59f8ad59de309c1b74564fe8 /misc
parente09144599791e9242c3505ec8d04761f64faff72 (diff)
downloadfreebsd-ports-gnome-24ac9498b0a19089927fc82dbff66da76efb924b.tar.gz
freebsd-ports-gnome-24ac9498b0a19089927fc82dbff66da76efb924b.tar.zst
freebsd-ports-gnome-24ac9498b0a19089927fc82dbff66da76efb924b.zip
- Introduce MASTER_SITE_OSSP
PR: ports/70504 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/ossp-uuid/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile
index 1dc3570b93bb..d480511846d4 100644
--- a/misc/ossp-uuid/Makefile
+++ b/misc/ossp-uuid/Makefile
@@ -8,7 +8,8 @@
PORTNAME= uuid
PORTVERSION= 1.0.1
CATEGORIES= misc devel
-MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/${PORTNAME}/
+MASTER_SITES= ${MASTER_SITE_OSSP}
+MASTER_SITE_SUBDIR= lib/${PORTNAME}
PKGNAMEPREFIX= ossp-
MAINTAINER= fuyuki@hadaly.org