summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-12 04:56:21 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-12 04:56:21 +0000
commit19e38c2e9f0410723cc1a29649f9ab578bae6e85 (patch)
tree66898ce3ab32f0acd73aed95afc2fd553e9edb99 /comms
parentAdd MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up (diff)
Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up
some Makefiles along the way.
Notes
Notes: svn path=/head/; revision=1348
Diffstat (limited to 'comms')
-rw-r--r--comms/ecu/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/comms/ecu/Makefile b/comms/ecu/Makefile
index f6b54a79cdfa..569de395f7cd 100644
--- a/comms/ecu/Makefile
+++ b/comms/ecu/Makefile
@@ -1,17 +1,23 @@
-# New ports collection makefile for: ecy
+# New ports collection makefile for: ecu
# Version required: 3.33
# Date created: Feb 18, 1995
# Whom: ache
#
+# $Id$
+#
+
DISTNAME= ecu-3.33
-EXTRACT_SUFX= .cpio.Z
-MASTER_SITES= ftp://ftp.kiae.su/unix/comm/
CATEGORIES+= comms
+MASTER_SITES= ftp://ftp.kiae.su/unix/comm/
+EXTRACT_SUFX= .cpio.Z
+
+MAINTAINER= ache@FreeBSD.ORG
+
EXTRACT_CMD= (zcat | cpio -idm)
EXTRACT_ARGS= <
-HAS_CONFIGURE= YES
+HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
-IS_INTERACTIVE= YES
+IS_INTERACTIVE= yes
pre-install:
cd ${WRKSRC}/doc; \