diff options
author | jlam <jlam@pkgsrc.org> | 2004-12-03 23:19:01 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-12-03 23:19:01 +0000 |
commit | 39dc233ed3a23b30b1b454deb70ecedc5dda4ad0 (patch) | |
tree | fcc14e1c9d6fbe06659913d33bcc380b7a01f20a /net | |
parent | 466f53bcb9cc8c807147eac739be9192838438c9 (diff) | |
download | pkgsrc-39dc233ed3a23b30b1b454deb70ecedc5dda4ad0.tar.gz |
Add back (and fix the spelling of) USE_PKGINSTALL=yes so that
${PKG_SYSCONFDIR} is created at package installation time.
Diffstat (limited to 'net')
-rw-r--r-- | net/openvpn-current/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openvpn-current/Makefile b/net/openvpn-current/Makefile index 1f4ab73bd7c..5c3c0f369f9 100644 --- a/net/openvpn-current/Makefile +++ b/net/openvpn-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/12/03 23:17:24 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/03 23:19:01 jlam Exp $ # DISTNAME= openvpn-2.0_beta15 @@ -13,6 +13,7 @@ COMMENT= Easy-to-use SSL VPN daemon USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes +USE_PKGINSTALL= yes USE_OLD_DES_API= yes PKG_SYSCONFSUBDIR= openvpn |