summaryrefslogtreecommitdiff
path: root/security/srp_client/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-02 22:19:47 +0000
committerwiz <wiz>2002-10-02 22:19:47 +0000
commit6be76aab05e97ad45fa259d49eef67b6c6429cc4 (patch)
treeaff2d9e6f05d81a2e155308946f8907b35935f4d /security/srp_client/Makefile
parenta25431b916779348b3c6334fc1fd67621c4d1fa7 (diff)
downloadpkgsrc-6be76aab05e97ad45fa259d49eef67b6c6429cc4.tar.gz
Drop unneeded patch, and unneeded automake dependency.
Diffstat (limited to 'security/srp_client/Makefile')
-rw-r--r--security/srp_client/Makefile6
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 && \