diff options
author | joerg <joerg> | 2008-04-07 18:06:07 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-04-07 18:06:07 +0000 |
commit | 2f5222d4c788e2945f78fdeb53c3446121385e5e (patch) | |
tree | 0e225b33b056f221d2d3a864511ac4742099c5fe /security/sslwrap | |
parent | 0180c8aaa20ec879e2a5b86c2a76f5b286cd5313 (diff) | |
download | pkgsrc-2f5222d4c788e2945f78fdeb53c3446121385e5e.tar.gz |
Fix installation.
Diffstat (limited to 'security/sslwrap')
-rw-r--r-- | security/sslwrap/Makefile | 4 |
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" |