summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authormarkd <markd>2004-04-27 12:15:48 +0000
committermarkd <markd>2004-04-27 12:15:48 +0000
commit579f9e1fdc26703a2fc6cc8bfd7400ba43eb95b3 (patch)
treee83b27fb3e65c5021188c379e49fab6432e73f72 /security/openssh
parente7f3d6e298212fcd9780eb128f08897aa474960c (diff)
downloadpkgsrc-579f9e1fdc26703a2fc6cc8bfd7400ba43eb95b3.tar.gz
Teach about recent NetBSD versions.
Finish buildlink3 changes. Obscure LOCALBASE path so that base system compilers dont match the prefix otherwise compiler.mk then wants to build the pkgsrc gcc package. (ick)
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile.intree9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/openssh/Makefile.intree b/security/openssh/Makefile.intree
index 6f467c88f78..9824b62b891 100644
--- a/security/openssh/Makefile.intree
+++ b/security/openssh/Makefile.intree
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.intree,v 1.8 2004/04/25 23:36:52 wiz Exp $
+# $NetBSD: Makefile.intree,v 1.9 2004/04/27 12:15:48 markd Exp $
.include "../../mk/bsd.prefs.mk"
@@ -10,7 +10,7 @@ _UPDATE_INTREE_OPENSSH= YES
PKG_SYSCONFSUBDIR:= # empty
. endif
. endfor
-. for PATTERN in 1.6*
+. for PATTERN in 1.6* 2.0*
. if ${OS_VERSION:M${PATTERN}}
_UPDATE_INTREE_OPENSSH= YES
PKG_SYSCONFSUBDIR:= ssh
@@ -24,7 +24,8 @@ PKG_SYSCONFSUBDIR:= ssh
#
# USE_OPENSSL_VERSION:= ${OPENSSL_VERSION_095A}
.include "../../security/openssl/buildlink3.mk"
-.if ${_NEED_OPENSSL} == "YES"
+.include "../../security/openssl/builtin.mk"
+.if !empty(USE_BUILTIN.openssl:M[nN][oO])
_UPDATE_INTREE_OPENSSH= NO
PKG_FAIL_REASON= "OpenSSL>=0.9.6m in the base distribution is required."
.endif
@@ -34,7 +35,7 @@ NO_MTREE= yes
NO_PKG_REGISTER= yes
NO_PACKAGE= No package registration is done
MANCOMPRESSED_IF_MANZ= yes
-LOCALBASE:= /usr
+LOCALBASE:= /usr/.
PKG_SYSCONFBASE:= /etc
MANDIR:= share/man
RCD_SCRIPTS_EGDIR:= share/examples/openssh