summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorseb <seb>2002-06-28 09:05:16 +0000
committerseb <seb>2002-06-28 09:05:16 +0000
commite154ff863abcba27b6a1da430330af616626ad3e (patch)
treedf4d2958d0775357358a9ba1bd2e4377f395676b /security/openssh
parenta42f8182cb982ab64efddc2c8c4743ebb29dae8c (diff)
downloadpkgsrc-e154ff863abcba27b6a1da430330af616626ad3e.tar.gz
Add PKG_SYSCONFDIR to BUILD_DEFS.
Note: it was already as part of CONFIGURE_ENV value, this change only makes it more "readable" IMHO. Remove explicit addition of PKG_SYSCONFDIR to BUILD_DEFS in a couple of Makefiles.
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 064c7d18f04..10fcdfe12cb 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2002/06/27 10:49:40 itojun Exp $
+# $NetBSD: Makefile,v 1.81 2002/06/28 09:05:16 seb Exp $
DISTNAME= openssh-3.4p1
PKGNAME= openssh-3.4.0.1
@@ -27,7 +27,6 @@ CRYPTO= yes
# retain the following line, for IPv6-ready pkgsrc webpage
BUILD_DEFS+= USE_INET6
#BUILD_DEFS+= KERBEROS
-BUILD_DEFS+= PKG_SYSCONFDIR
.include "../../mk/bsd.prefs.mk"