summaryrefslogtreecommitdiff
path: root/security/srp_client
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 /security/srp_client
parent26730104be8e403eeb8a7ec5ff7903af6ee1418c (diff)
downloadpkgsrc-4e3547de3bbe9aae985ad91f7aae76896b121cf0.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'security/srp_client')
-rw-r--r--security/srp_client/Makefile3
-rw-r--r--security/srp_client/pkg/COMMENT1
2 files changed, 2 insertions, 2 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile
index 271f694527e..93cef3207a6 100644
--- a/security/srp_client/Makefile
+++ b/security/srp_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/02/05 09:01:03 tron Exp $
+# $NetBSD: Makefile,v 1.11 2001/02/17 17:50:08 wiz Exp $
#
DISTNAME= srp-1.4.4
@@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.win.or.jp/pub/network/security/srp/
MAINTAINER= jlam@netbsd.org
#HOMEPAGE= http://srp.stanford.edu/srp/
+COMMENT= client programs using Secure Remote Password protocol
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake
diff --git a/security/srp_client/pkg/COMMENT b/security/srp_client/pkg/COMMENT
deleted file mode 100644
index e75f2a52bfa..00000000000
--- a/security/srp_client/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-client programs using Secure Remote Password protocol