diff options
author | asami <asami@FreeBSD.org> | 1996-09-25 05:12:44 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-09-25 05:12:44 +0000 |
commit | a64a10c5f9cf996dfa4c5d018305537649e16dd5 (patch) | |
tree | 23f820e135b0b8494863de367cb2901faedecc03 /net/ascend-radius | |
parent | d42c0768c4ff80c42fc17b4e9e6b8dec7a3ea4c1 (diff) | |
download | FreeBSD-ports-a64a10c5f9cf996dfa4c5d018305537649e16dd5.zip FreeBSD-ports-a64a10c5f9cf996dfa4c5d018305537649e16dd5.tar.gz |
Remove spurious EXTRACT_SUFX.
Diffstat (limited to 'net/ascend-radius')
-rw-r--r-- | net/ascend-radius/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ascend-radius/Makefile b/net/ascend-radius/Makefile index b213348..b821fc8 100644 --- a/net/ascend-radius/Makefile +++ b/net/ascend-radius/Makefile @@ -3,14 +3,13 @@ # Date created: August 28th 96 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/09/24 15:11:58 jfitz Exp $ # DISTNAME= rad0919 PKGNAME= ascend-radius-960919 CATEGORIES+= net MASTER_SITES= ftp://ftp.ascend.com/pub/Software-Releases/Radius/Current/ -EXTRACT_SUFX= .gz MAINTAINER= jfitz@FreeBSD.ORG |