svn commit: r382928 - head/ports-mgmt/port-authoring-tools

Jason Helfman jgh at FreeBSD.org
Wed Apr 1 17:38:21 UTC 2015


Author: jgh
Date: Wed Apr  1 17:38:19 2015
New Revision: 382928
URL: https://svnweb.freebsd.org/changeset/ports/382928

Log:
  - remove do-install target

Modified:
  head/ports-mgmt/port-authoring-tools/Makefile

Modified: head/ports-mgmt/port-authoring-tools/Makefile
==============================================================================
--- head/ports-mgmt/port-authoring-tools/Makefile	Wed Apr  1 17:33:36 2015	(r382927)
+++ head/ports-mgmt/port-authoring-tools/Makefile	Wed Apr  1 17:38:19 2015	(r382928)
@@ -19,7 +19,6 @@ RUN_DEPENDS=	\
 
 NO_BUILD=	yes
 NO_MTREE=	yes
-
-do-install:	# empty
+NO_INSTALL=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list