1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Added archive directory to MASTER_SITES to prevent breakage as soon as a new release comes out.

This commit is contained in:
James FitzGibbon 1996-10-18 11:44:20 +00:00
parent b05e0b9072
commit be2fba57ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4031

View File

@ -3,13 +3,14 @@
# Date created: August 28th 96
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.1.1.1 1996/09/24 15:11:58 jfitz Exp $
# $Id: Makefile,v 1.2 1996/09/25 05:12:44 asami Exp $
#
DISTNAME= rad0919
PKGNAME= ascend-radius-960919
CATEGORIES+= net
MASTER_SITES= ftp://ftp.ascend.com/pub/Software-Releases/Radius/Current/
MASTER_SITES= ftp://ftp.ascend.com/pub/Software-Releases/Radius/Current/ \
ftp://ftp.ascend.com/pub/Software-Releases/Radius/Archive/
MAINTAINER= jfitz@FreeBSD.ORG
@ -52,7 +53,4 @@ do-install:
@ chown root.wheel /var/log/radacct
@ chmod 700 /var/log/radacct
pre-clean:
@ ${RM} -f ${PATCHDIR}/patch-zz
.include <bsd.port.mk>