From d73f4c814a55b2c5e3c83b7632e39c1d0505af6c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 9 Apr 2017 10:52:37 +0000 Subject: [PATCH] Gargabe collect install-mtree not used since pkg(8) Approved by: portmgr (mat) --- Mk/bsd.port.mk | 5 ----- mail/qmail/Makefile | 2 -- 2 files changed, 7 deletions(-) diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 1075879820b8..d1c4bfd56aa8 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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) diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 538f12e7fd4e..a9ee6e6ca219 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -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