svn commit: r381712 - head/security/openssh-portable
Bryan Drewery
bdrewery at FreeBSD.org
Fri Mar 20 07:07:27 UTC 2015
Author: bdrewery
Date: Fri Mar 20 07:07:26 2015
New Revision: 381712
URL: https://svnweb.freebsd.org/changeset/ports/381712
QAT: https://qat.redports.org/buildarchive/r381712/
Log:
Set proper ETCDIR. Mistake in r381709
Modified:
head/security/openssh-portable/Makefile
Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile Fri Mar 20 07:05:00 2015 (r381711)
+++ head/security/openssh-portable/Makefile Fri Mar 20 07:07:26 2015 (r381712)
@@ -191,7 +191,7 @@ IGNORE= Overwrite base option is no long
.endif
USE_RC_SUBR= openssh
-PLIST_SUB+= BASEPREFIX="${PREFIX}"
+ETCDIR= ${PREFIX}/etc/ssh
# After all
CONFIGURE_ARGS+= --sysconfdir=${ETCDIR} --with-privsep-path=${EMPTYDIR}
More information about the svn-ports-all
mailing list