Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2013 07:00:37 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334647 - head/ports-mgmt/vulnerability-test-port
Message-ID:  <201311230700.rAN70b0F077280@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sat Nov 23 07:00:36 2013
New Revision: 334647
URL: http://svnweb.freebsd.org/changeset/ports/334647

Log:
  - Stagify

Modified:
  head/ports-mgmt/vulnerability-test-port/Makefile

Modified: head/ports-mgmt/vulnerability-test-port/Makefile
==============================================================================
--- head/ports-mgmt/vulnerability-test-port/Makefile	Sat Nov 23 06:55:51 2013	(r334646)
+++ head/ports-mgmt/vulnerability-test-port/Makefile	Sat Nov 23 07:00:36 2013	(r334647)
@@ -10,6 +10,7 @@ MAINTAINER=		ports@FreeBSD.org
 COMMENT=		Standard vulnerability test for port auditing systems
 
 NO_BUILD=		yes
+NO_MTREE=		yes
 
 .if defined(PACKAGE_BUILDING)
 IGNORE=			is disabled on package building systems
@@ -25,8 +26,6 @@ INSTALLATION_DATE!=	date -u "+%Y.%m.%d"
 .endif
 .endif
 
-NO_STAGE=	yes
 do-install:
-		@${DO_NADA}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311230700.rAN70b0F077280>