summaryrefslogtreecommitdiff
path: root/sysutils/socket
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-17 17:42:09 +0000
committerwiz <wiz>2001-02-17 17:42:09 +0000
commit4e3547de3bbe9aae985ad91f7aae76896b121cf0 (patch)
tree926bbe6e07ce5aedfc0884e098d71275e74392c9 /sysutils/socket
parent26730104be8e403eeb8a7ec5ff7903af6ee1418c (diff)
downloadpkgsrc-4e3547de3bbe9aae985ad91f7aae76896b121cf0.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'sysutils/socket')
-rw-r--r--sysutils/socket/Makefile3
-rw-r--r--sysutils/socket/pkg/COMMENT1
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/socket/Makefile b/sysutils/socket/Makefile
index df242dadbfe..a803adaf05b 100644
--- a/sysutils/socket/Makefile
+++ b/sysutils/socket/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/09/17 18:23:54 tron Exp $
+# $NetBSD: Makefile,v 1.7 2001/02/17 17:42:18 wiz Exp $
# FreeBSD Id: Makefile,v 1.7 1997/08/16 10:14:56 wosch Exp
#
@@ -7,6 +7,7 @@ CATEGORIES= sysutils net
MASTER_SITES= http://www.freebsd.org/~wosch/src/
MAINTAINER= packages@netbsd.org
+COMMENT= create tcp socket and connect to stdin/out
MAKE_ENV+= INSTALLBASE=${PREFIX}
diff --git a/sysutils/socket/pkg/COMMENT b/sysutils/socket/pkg/COMMENT
deleted file mode 100644
index 79c5385bb94..00000000000
--- a/sysutils/socket/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-create tcp socket and connect to stdin/out