diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-18 19:44:20 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-18 19:44:20 +0800 |
commit | 704e3cc20cc6d50cd88455a4cc2b3d9fa360afb8 (patch) | |
tree | 451c51576109bf8c23a075db2715c8586777ba53 /net/ascend-radius | |
parent | d2ae4cfabb4a4f18bb34f9b3498effb1fb7d1fe5 (diff) | |
download | freebsd-ports-gnome-704e3cc20cc6d50cd88455a4cc2b3d9fa360afb8.tar.gz freebsd-ports-gnome-704e3cc20cc6d50cd88455a4cc2b3d9fa360afb8.tar.zst freebsd-ports-gnome-704e3cc20cc6d50cd88455a4cc2b3d9fa360afb8.zip |
Added archive directory to MASTER_SITES to prevent breakage as soon as a new release comes out.
Diffstat (limited to 'net/ascend-radius')
-rw-r--r-- | net/ascend-radius/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/ascend-radius/Makefile b/net/ascend-radius/Makefile index b821fc804b3c..0b10a5b0c14f 100644 --- a/net/ascend-radius/Makefile +++ b/net/ascend-radius/Makefile @@ -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> |