svn commit: r327891 - head/security/nessus-libraries

Antoine Brodin antoine at FreeBSD.org
Sun Sep 22 19:15:29 UTC 2013


Author: antoine
Date: Sun Sep 22 19:15:28 2013
New Revision: 327891
URL: http://svnweb.freebsd.org/changeset/ports/327891

Log:
  Fix NO_STAGE

Modified:
  head/security/nessus-libraries/Makefile

Modified: head/security/nessus-libraries/Makefile
==============================================================================
--- head/security/nessus-libraries/Makefile	Sun Sep 22 18:41:59 2013	(r327890)
+++ head/security/nessus-libraries/Makefile	Sun Sep 22 19:15:28 2013	(r327891)
@@ -23,6 +23,7 @@ WRKSRC=		${WRKDIR}/nessus-libraries
 
 USES=		bison
 USE_AUTOTOOLS=	libtool
+NO_STAGE=	yes
 CONFIGURE_ARGS=	--enable-cipher
 .if defined(WITH_NESSUS_BPF_SHARE)
 CONFIGURE_ARGS+=	--enable-bpf-sharing
@@ -34,7 +35,6 @@ MAN1=		nessus-config.1
 
 .if ! defined(NESSUS_CLIENT_ONLY) && ! defined(PACKAGE_BUILDING)
 MANUAL_PACKAGE_BUILD=	needs /dev/bpf which is not available in pointyhat jail
-NO_STAGE=	yes
 pre-configure:
 	@if [ ! -c /dev/bpf ]; then \
 	    ${ECHO} "********************************************************";\


More information about the svn-ports-head mailing list