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

Bryan Drewery bdrewery at FreeBSD.org
Tue Nov 12 15:35:03 UTC 2013


Author: bdrewery
Date: Tue Nov 12 15:35:02 2013
New Revision: 333580
URL: http://svnweb.freebsd.org/changeset/ports/333580

Log:
  - Fix packaging when not using HPN patches
  
  PR:		ports/183895
  Reported by:	mat

Modified:
  head/security/openssh-portable/Makefile

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Tue Nov 12 15:27:44 2013	(r333579)
+++ head/security/openssh-portable/Makefile	Tue Nov 12 15:35:02 2013	(r333580)
@@ -101,12 +101,11 @@ LIBEDIT_CONFIGURE_WITH=	libedit
 BSM_CONFIGURE_ON=	--with-audit=bsm
 
 
-PORTDOCS=	*
-
 .include <bsd.port.pre.mk>
 
 # http://www.psc.edu/index.php/hpn-ssh
 .if ${PORT_OPTIONS:MHPN} || ${PORT_OPTIONS:MAES_THREADED} || ${PORT_OPTIONS:MNONECIPHER}
+PORTDOCS+=		HPN-README
 HPN_VERSION=		14v2
 HPN_DISTVERSION=	6.3p1
 PATCH_SITES+=		${MASTER_SITE_SOURCEFORGE:S/$/:hpn/}


More information about the svn-ports-all mailing list