summaryrefslogtreecommitdiff
path: root/security/srp_client
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-17 03:50:19 +0000
committerjlam <jlam>2005-06-17 03:50:19 +0000
commitf7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /security/srp_client
parent516d949f51bec91a74690755d12106271036f8f8 (diff)
downloadpkgsrc-f7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'security/srp_client')
-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; \