summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-10-18 11:44:20 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-10-18 11:44:20 +0000
commitbe2fba57ef7d0d7bcaada243a180fb20b350fd1f (patch)
tree9172e04e0483834bf32cfe44312e141b28e8e8f1 /net
parentRemoved unnecessary @* directives. (diff)
Added archive directory to MASTER_SITES to prevent breakage as soon as a new release comes out.
Notes
Notes: svn path=/head/; revision=4031
Diffstat (limited to 'net')
-rw-r--r--net/ascend-radius/Makefile8
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>