aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2017-10-21 01:23:47 +0800
committerak <ak@FreeBSD.org>2017-10-21 01:23:47 +0800
commit80c881010cfce985ef0b86179cbf9a5d7517f434 (patch)
tree5731d42fac2b70bda6ffb659f9f601fc6f842ff6 /Mk
parent2b67e6973f3c4b82ad89a8d9027c82ce2ba20af6 (diff)
downloadfreebsd-ports-gnome-80c881010cfce985ef0b86179cbf9a5d7517f434.tar.gz
freebsd-ports-gnome-80c881010cfce985ef0b86179cbf9a5d7517f434.tar.zst
freebsd-ports-gnome-80c881010cfce985ef0b86179cbf9a5d7517f434.zip
- Remove USES=fmake. It was created to help migration from
old FreeBSD make (pmake) and there are no more users of it left in the ports tree. Differential Revision: https://reviews.freebsd.org/D12634 Approved by: portmgr (bapt)
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/fmake.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/Mk/Uses/fmake.mk b/Mk/Uses/fmake.mk
deleted file mode 100644
index 5afa3fc71d1a..000000000000
--- a/Mk/Uses/fmake.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# $FreeBSD$
-#
-# Provide support to use the legacy FreeBSD make
-#
-# Feature: fmake
-# Usage: USES=fmake
-#
-# MAINTAINER: portmgr@FreeBSD.org
-
-.if !defined(_INCLUDE_USES_FMAKE_MK)
-_INCLUDE_USES_FMAKE_MK= yes
-
-.if !empty(fmake_ARGS)
-IGNORE= Incorrect 'USES+= fmake:${fmake_ARGS}' fmake takes no arguments
-.endif
-
-FMAKE= ${LOCALBASE}/bin/fmake
-BUILD_DEPENDS+= ${FMAKE}:devel/fmake
-CONFIGURE_ENV+= MAKE=${FMAKE}
-MAKE_CMD= ${FMAKE}
-.endif