svn commit: r438098 - in head: Mk mail/qmail

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 9 10:52:38 UTC 2017


Author: bapt
Date: Sun Apr  9 10:52:37 2017
New Revision: 438098
URL: https://svnweb.freebsd.org/changeset/ports/438098

Log:
  Gargabe collect install-mtree not used since pkg(8)
  
  Approved by:	portmgr (mat)

Modified:
  head/Mk/bsd.port.mk
  head/mail/qmail/Makefile

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Sun Apr  9 10:26:23 2017	(r438097)
+++ head/Mk/bsd.port.mk	Sun Apr  9 10:52:37 2017	(r438098)
@@ -3435,11 +3435,6 @@ check-umask:
 	fi
 .endif
 
-.if !target(install-mtree)
-install-mtree:
-		@${DO_NADA}
-.endif
-
 .if !target(install-ldconfig-file)
 install-ldconfig-file:
 .  if defined(USE_LDCONFIG) || defined(USE_LDCONFIG32)

Modified: head/mail/qmail/Makefile
==============================================================================
--- head/mail/qmail/Makefile	Sun Apr  9 10:26:23 2017	(r438097)
+++ head/mail/qmail/Makefile	Sun Apr  9 10:52:37 2017	(r438098)
@@ -381,8 +381,6 @@ TLS_USES=		ssl
 .endif
 
 # Port will control all PREFIX handling.
-install-mtree:
-	@${DO_NADA}
 NO_MTREE=	yes
 NO_PREFIX_RMDIR=yes
 


More information about the svn-ports-head mailing list