svn commit: r382929 - head/ports-mgmt/port-maintenance-tools

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


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

Log:
  - remove do-install target

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

Modified: head/ports-mgmt/port-maintenance-tools/Makefile
==============================================================================
--- head/ports-mgmt/port-maintenance-tools/Makefile	Wed Apr  1 17:38:19 2015	(r382928)
+++ head/ports-mgmt/port-maintenance-tools/Makefile	Wed Apr  1 17:38:43 2015	(r382929)
@@ -22,7 +22,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-head mailing list