aboutsummaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-02-16 04:52:59 +0000
committerBrian Feldman <green@FreeBSD.org>2000-02-16 04:52:59 +0000
commitca2a43f88479d19e240e9bf8a194b45f0f9d61c9 (patch)
tree229e8d4f935ef90035aac82f5cd059362c4cdca6 /security/openssh
parent699c677217116b2e3bd602814d5c62047619849b (diff)
downloadports-ca2a43f88479d19e240e9bf8a194b45f0f9d61c9.tar.gz
ports-ca2a43f88479d19e240e9bf8a194b45f0f9d61c9.zip
Notes
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 7459c66b3453..9bdfa6806d36 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -34,7 +34,7 @@ CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto
CRYPTOLIBS+= -lRSAglue -L${LOCALBASE}/lib -lrsaref
.endif
# Here, MANDIR is concetenated to DESTDIR which all forms the man install dir...
-MAKE_ENV= DESTDIR=${PREFIX} MANDIR=/man/man CRYPTOLIBS="${CRYPTOLIBS}"
+MAKE_ENV+= DESTDIR=${PREFIX} MANDIR=/man/man CRYPTOLIBS="${CRYPTOLIBS}"
.if ${OSVERSION} < 400014
MAKE_ENV+= COMPAT_GETADDRINFO=yes
.else