diff options
author | green <green@FreeBSD.org> | 2000-02-16 12:52:59 +0800 |
---|---|---|
committer | green <green@FreeBSD.org> | 2000-02-16 12:52:59 +0800 |
commit | ed662696773ebdaaacd4629a9b97a42bf092a372 (patch) | |
tree | 887339992ad5cdf70a7eb31d4d9e8d23af309f12 /security/openssh/Makefile | |
parent | 93a0942ded806f973351341f4216353fe0b72822 (diff) | |
download | freebsd-ports-gnome-ed662696773ebdaaacd4629a9b97a42bf092a372.tar.gz freebsd-ports-gnome-ed662696773ebdaaacd4629a9b97a42bf092a372.tar.zst freebsd-ports-gnome-ed662696773ebdaaacd4629a9b97a42bf092a372.zip |
Change a MAKE_ENV= to MAKE_ENV+=. This may fix problems people on
-STABLE are reporting.
Diffstat (limited to 'security/openssh/Makefile')
-rw-r--r-- | security/openssh/Makefile | 2 |
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 |