diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-07-30 17:21:04 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-07-30 17:21:04 +0000 |
commit | 7a62ff91b7f8abf58cd68df0bb41ce2e730983fd (patch) | |
tree | 03436bc33ad290fac7c79c875cc265c74ce2d977 /comms/ecu | |
parent | 3846232e570aa3c0464ef869490b58f2ba314d19 (diff) | |
download | ports-7a62ff91b7f8abf58cd68df0bb41ce2e730983fd.tar.gz ports-7a62ff91b7f8abf58cd68df0bb41ce2e730983fd.zip |
Notes
Diffstat (limited to 'comms/ecu')
-rw-r--r-- | comms/ecu/Makefile | 11 | ||||
-rw-r--r-- | comms/ecu/distinfo | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/comms/ecu/Makefile b/comms/ecu/Makefile index 2dfa2578fd15..a7d7fe28b67d 100644 --- a/comms/ecu/Makefile +++ b/comms/ecu/Makefile @@ -1,22 +1,21 @@ # New ports collection makefile for: ecu -# Version required: 3.39 +# Version required: 3.40 # Date created: Feb 18, 1995 # Whom: ache # -# $Id: Makefile,v 1.7 1996/01/04 19:49:05 ache Exp $ +# $Id: Makefile,v 1.8 1996/04/01 02:50:47 ache Exp $ # -DISTNAME= ecu-3.39 +DISTNAME= ecu-3.40 CATEGORIES+= comms -MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/Communications/ \ - ftp://ftp.kiae.su/unix/comm/ +MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/Communications/ MAINTAINER= ache@FreeBSD.ORG do-configure: cd ${WRKSRC}; yes "" | ./Configure -pre-install: +post-install: cd ${WRKSRC}/doc; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ecu.man ${PREFIX}/man/cat1/ecu.1; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 proc.man ${PREFIX}/man/cat1/proc.1 diff --git a/comms/ecu/distinfo b/comms/ecu/distinfo index 1e57d00126ed..2990effdb9e4 100644 --- a/comms/ecu/distinfo +++ b/comms/ecu/distinfo @@ -1 +1 @@ -MD5 (ecu-3.39.tar.gz) = 282d2ba92c42d08634bfed288b401593 +MD5 (ecu-3.40.tar.gz) = 30d1a9a27ef3e255f3f19052b33f52e1 |