diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-01-27 00:14:06 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-01-27 00:14:06 +0000 |
commit | 3e5f02c30b1de136b79399cdfd42a0ec3f293cda (patch) | |
tree | d8803e7eeb755be206e417c4ee4f267843f17e7f /comms/ecu | |
parent | cb9659df1736555701b2802f75177124e941b785 (diff) | |
download | ports-3e5f02c30b1de136b79399cdfd42a0ec3f293cda.tar.gz ports-3e5f02c30b1de136b79399cdfd42a0ec3f293cda.zip |
Notes
Diffstat (limited to 'comms/ecu')
-rw-r--r-- | comms/ecu/Makefile | 10 | ||||
-rw-r--r-- | comms/ecu/distinfo | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/comms/ecu/Makefile b/comms/ecu/Makefile index be85e704aca8..dd0880436af6 100644 --- a/comms/ecu/Makefile +++ b/comms/ecu/Makefile @@ -1,18 +1,22 @@ # New ports collection makefile for: ecu -# Version required: 3.55 +# Version required: 4.00 # Date created: Feb 18, 1995 # Whom: ache # -# $Id: Makefile,v 1.11 1996/11/12 00:42:37 ache Exp $ +# $Id: Makefile,v 1.12 1996/11/17 03:00:37 obrien Exp $ # -DISTNAME= ecu-3.55 +DISTNAME= ecu-4.00 CATEGORIES= comms MASTER_SITES= ftp://ftp.relcom.ru/unix/comm/ #MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/Communications/ +EXTRACT_SUFX= .cpio.gz MAINTAINER= ache@FreeBSD.ORG +EXTRACT_CMD= ( gzcat | cpio -idm ) +EXTRACT_ARGS= < + do-configure: cd ${WRKSRC}; yes "" | ./Configure diff --git a/comms/ecu/distinfo b/comms/ecu/distinfo index cf09357f58cc..5652ee73bfb3 100644 --- a/comms/ecu/distinfo +++ b/comms/ecu/distinfo @@ -1 +1 @@ -MD5 (ecu-3.55.tar.gz) = 3f169d3ae1f8840469c85c89ffac7dc3 +MD5 (ecu-4.00.cpio.gz) = b3b4150cc5e5fc04439fd7bd8dc023bc |