diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-02 22:19:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-02 22:19:47 +0000 |
commit | f27a9bb935d087457372798ed7d912c574fd7b27 (patch) | |
tree | aff2d9e6f05d81a2e155308946f8907b35935f4d /security/srp_client/Makefile | |
parent | 1bfeff5e3ab1cdc2e39dee0d0063b6060be9eb15 (diff) | |
download | pkgsrc-f27a9bb935d087457372798ed7d912c574fd7b27.tar.gz |
Drop unneeded patch, and unneeded automake dependency.
Diffstat (limited to 'security/srp_client/Makefile')
-rw-r--r-- | security/srp_client/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile index f2afa00b404..e90aa173b9b 100644 --- a/security/srp_client/Makefile +++ b/security/srp_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/08/12 18:39:58 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2002/10/02 22:19:47 wiz Exp $ DISTNAME= srp-1.4.4 PKGNAME= srp-client-1.4.4 @@ -10,8 +10,6 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www-cs-students.stanford.edu/~tjw/srp/ COMMENT= client programs using Secure Remote Password protocol -BUILD_DEPENDS+= automake>=1.4:../../devel/automake - LICENSE= srp_client-license CRYPTO= yes @@ -36,7 +34,7 @@ SED_PATTERN+= -e "s,-ldes,-ldes -lcom_err," post-patch: for FILE in ftp/ftp/Makefile.in ftp/ftpd/Makefile.in \ - telnet/configure telnet/configure.in; \ + telnet/configure.in telnet/configure; \ do \ cd ${WRKSRC} && \ ${SED} ${SED_PATTERN} $$FILE > $$FILE.patched && \ |