diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
commit | 6c90316493485779473db27c46fc143d72ca8a86 (patch) | |
tree | e7a5620a9b152cc5d6a909ed7144f0eb1c9828f9 /comms/ecu | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | FreeBSD-ports-6c90316493485779473db27c46fc143d72ca8a86.zip FreeBSD-ports-6c90316493485779473db27c46fc143d72ca8a86.tar.gz |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'comms/ecu')
-rw-r--r-- | comms/ecu/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/comms/ecu/Makefile b/comms/ecu/Makefile index 173e067..5cb3418 100644 --- a/comms/ecu/Makefile +++ b/comms/ecu/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: ecu -# Version required: 4.08 # Date created: Feb 18, 1995 # Whom: ache # # $FreeBSD$ # -DISTNAME= ecu-4.08 +PORTNAME= ecu +PORTVERSION= 4.08 CATEGORIES= comms -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/comm/ -#MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/Communications/ +MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/comm/ +#MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/Communications/ -MAINTAINER= ache@FreeBSD.org +MAINTAINER= ache@FreeBSD.org do-configure: cd ${WRKSRC}; yes "" | ./Configure |