summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorreed <reed>2005-10-07 17:42:35 +0000
committerreed <reed>2005-10-07 17:42:35 +0000
commitd45ac5419c2a042f35cc5b6400735b484eb21a0e (patch)
tree84aba7620468153d653de5ec69f0f109a8e73b4c /security
parent5f15ab44a10b01eb5906a807d05f2fa2e90b3b86 (diff)
downloadpkgsrc-d45ac5419c2a042f35cc5b6400735b484eb21a0e.tar.gz
Remove CONFIGURE_ARGS for --mandir as this is now done
for GNU_CONFIGURE.
Diffstat (limited to 'security')
-rw-r--r--security/openssh/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index e3bd4e85046..2cce52c4499 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.158 2005/09/23 15:45:14 taca Exp $
+# $NetBSD: Makefile,v 1.159 2005/10/07 17:42:35 reed Exp $
DISTNAME= openssh-4.2p1
PKGNAME= openssh-4.2.1
@@ -62,7 +62,6 @@ USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-mantype=man
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --mandir=${PREFIX}/man
CONFIGURE_ARGS+= --with-pid-dir=${SSH_PID_DIR}
CONFIGURE_ARGS+= --with-ssl-dir=${SSLBASE}
CONFIGURE_ARGS+= --with-tcp-wrappers=${BUILDLINK_PREFIX.tcp_wrappers}