summaryrefslogtreecommitdiff
path: root/net/ascend-radius/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ascend-radius/Makefile')
-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>