summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-04-07 18:06:07 +0000
committerjoerg <joerg@pkgsrc.org>2008-04-07 18:06:07 +0000
commitced39280588d5795f679d33118e49a0fbcefe803 (patch)
tree0e225b33b056f221d2d3a864511ac4742099c5fe /security
parent498bd9d4775d9dc00c8668bb048b1bf3c4b1c87f (diff)
downloadpkgsrc-ced39280588d5795f679d33118e49a0fbcefe803.tar.gz
Fix installation.
Diffstat (limited to 'security')
-rw-r--r--security/sslwrap/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile
index 872d593bb57..c6f42c57c08 100644
--- a/security/sslwrap/Makefile
+++ b/security/sslwrap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2008/01/18 05:09:42 tnn Exp $
+# $NetBSD: Makefile,v 1.22 2008/04/07 18:06:07 joerg Exp $
#
DISTNAME= ${PKGNAME_NOREV:S/-//}
@@ -30,4 +30,6 @@ SUBST_STAGE.sslwrap= do-configure
SUBST_FILES.sslwrap= apps.h s_cb.c s_server.c s_socket.c
SUBST_SED.sslwrap= -e 's|OPENSSL"|"openssl/|'
+INSTALLATION_DIRS= sbin
+
.include "../../mk/bsd.pkg.mk"