diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
commit | a87738b456114a95193b58ec31e883210d6b9f3f (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /security/srp_client | |
parent | ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb (diff) | |
download | pkgsrc-a87738b456114a95193b58ec31e883210d6b9f3f.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/Makefile | 3 | ||||
-rw-r--r-- | security/srp_client/pkg/COMMENT | 1 |
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 |