summaryrefslogtreecommitdiff
path: root/security/srp_client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/srp_client/Makefile')
-rw-r--r--security/srp_client/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile
index 2ccb12202be..0646abe3c4a 100644
--- a/security/srp_client/Makefile
+++ b/security/srp_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/04/11 21:47:19 tv Exp $
+# $NetBSD: Makefile,v 1.31 2005/06/17 03:50:32 jlam Exp $
DISTNAME= srp-1.4.4
PKGNAME= srp-client-1.4.4
@@ -33,6 +33,8 @@ SED_PATTERN+= -e "s,-ldes,-ldes -lroken -lcom_err -lcrypt,"
SED_PATTERN+= -e "s,-ldes,-ldes -lcom_err,"
.endif
+INSTALLATION_DIRS= bin man/man1
+
post-patch:
for FILE in ftp/ftp/Makefile.in ftp/ftpd/Makefile.in \
telnet/configure.in telnet/configure; \