summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-21 15:19:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-21 15:19:42 +0000
commit24ac9498b0a19089927fc82dbff66da76efb924b (patch)
tree388ade8770ab23ed59f8ad59de309c1b74564fe8 /net
parentFix security risk for setuid news programs. (diff)
- Introduce MASTER_SITE_OSSP
PR: ports/70504 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'net')
-rw-r--r--net/ossp-sa/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ossp-sa/Makefile b/net/ossp-sa/Makefile
index 042f2efbcf65..cc2475839efa 100644
--- a/net/ossp-sa/Makefile
+++ b/net/ossp-sa/Makefile
@@ -10,7 +10,8 @@
PORTNAME= sa
PORTVERSION= 1.2.2
CATEGORIES= net
-MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/sa/
+MASTER_SITES= ${MASTER_SITE_OSSP}
+MASTER_SITE_SUBDIR= lib/${PORTNAME}
PKGNAMEPREFIX= ossp-
MAINTAINER= ports@FreeBSD.org