aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-03-23 12:47:22 +0800
committerdinoex <dinoex@FreeBSD.org>2003-03-23 12:47:22 +0800
commita8c372ca43190296d3899299405d670c9b4d30fb (patch)
treefd0498853a05b336bef00d0e80a3736f64c0e721 /security
parent206abd8525c914bee4d93dd8f36dddc0ad952c19 (diff)
downloadfreebsd-ports-gnome-a8c372ca43190296d3899299405d670c9b4d30fb.tar.gz
freebsd-ports-gnome-a8c372ca43190296d3899299405d670c9b4d30fb.tar.zst
freebsd-ports-gnome-a8c372ca43190296d3899299405d670c9b4d30fb.zip
- use include more consistent
Diffstat (limited to 'security')
-rw-r--r--security/openssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 1c75e74dc3d5..b5c2966790d4 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -41,7 +41,7 @@ PAM=no
.include <bsd.port.pre.mk>
-.include <${PORTSDIR}/security/openssl/Makefile.ssl>
+.include "${PORTSDIR}/security/openssl/Makefile.ssl"
CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto
# Here, MANDIR is concetenated to DESTDIR which all forms the man install dir...