svn commit: r328703 - head/security/openssh-portable

Bryan Drewery bdrewery at FreeBSD.org
Sun Sep 29 14:53:42 UTC 2013


Author: bdrewery
Date: Sun Sep 29 14:53:42 2013
New Revision: 328703
URL: http://svnweb.freebsd.org/changeset/ports/328703

Log:
  Don't extract mtree with OVERWRITE_BASE

Modified:
  head/security/openssh-portable/Makefile

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Sun Sep 29 14:52:55 2013	(r328702)
+++ head/security/openssh-portable/Makefile	Sun Sep 29 14:53:42 2013	(r328703)
@@ -199,6 +199,7 @@ EMPTYDIR=		/var/empty
 WITH_OPENSSL_BASE=	yes
 CONFIGURE_ARGS+=	--localstatedir=/var
 PREFIX=			/usr
+NO_MTREE=		yes
 ETCSSH=			/etc/ssh
 USE_RCORDER=		openssh
 PLIST_SUB+=		NOTBASE="@comment "


More information about the svn-ports-all mailing list