diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2005-12-12 21:11:06 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2005-12-12 21:11:06 +0000 |
commit | 9fde3613667e9e7394f92c41174f9ddcca8d9c53 (patch) | |
tree | d05f87510c7861590eda6303c7847fc677439e34 /net-mgmt | |
parent | e4550385b3689a3aa43d86171a86b6719fee9d59 (diff) |
Fix MASTER_SITES.
Notes
Notes:
svn path=/head/; revision=151052
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/annextools/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net-mgmt/annextools/Makefile b/net-mgmt/annextools/Makefile index 784281b3676f..13a9e4457e6f 100644 --- a/net-mgmt/annextools/Makefile +++ b/net-mgmt/annextools/Makefile @@ -9,7 +9,7 @@ PORTNAME= annextools PORTVERSION= 10.0 PORTREVISION= 0 CATEGORIES= net-mgmt -MASTER_SITES= # disappeared +MASTER_SITES= ftp://www142.nortelnetworks.com/pub/swcode/remacc/microannex_xl/ DISTNAME= R10.0B-R2.3 EXTRACT_SUFX= .tar.Z DIST_SUBDIR= microannex_xl @@ -17,10 +17,6 @@ DIST_SUBDIR= microannex_xl MAINTAINER= bms@FreeBSD.org COMMENT= BSD tools for the MicroAnnex-XL Terminal Server -BROKEN= "mastersite reorganized, directory not on ftp.nortel.com" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-12-12 - WRKSRC= ${WRKDIR}/src EXTRACT_AFTER_ARGS= | ${TAR} -xf - src |