aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/mtr-nox11/Makefile9
3 files changed, 1 insertions, 10 deletions
diff --git a/MOVED b/MOVED
index 36bf38a0ab52..c01456644a25 100644
--- a/MOVED
+++ b/MOVED
@@ -3432,3 +3432,4 @@ devel/py-ollama|misc/py-ollama|2024-08-10|Deduplicate
x11-toolkits/wlroots-hyprland||2024-08-11|Discontinued: use x11-toolkits/aquamarine instead
textproc/wbxml2|textproc/libwbxml|2024-08-15|Move textproc/wbxml2 to textproc/libwbxml
graphics/libwmf-nox11|graphics/libwmf@nox11|2024-08-15|graphics/libwmf adds nox11 flavor. Use graphics/libwmf@nox11 instead
+net/mtr-nox11|net/mtr@nox11|2024-08-15|Remove obsoleted port. Use net/mtr@nox11 instead
diff --git a/net/Makefile b/net/Makefile
index e79a5ab4bcf6..d51da5223950 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -492,7 +492,6 @@
SUBDIR += msend
SUBDIR += msoak
SUBDIR += mtr
- SUBDIR += mtr-nox11
SUBDIR += multicat
SUBDIR += mvfst
SUBDIR += nanomsg
diff --git a/net/mtr-nox11/Makefile b/net/mtr-nox11/Makefile
deleted file mode 100644
index 027273e455f5..000000000000
--- a/net/mtr-nox11/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-PKGNAMESUFFIX= -nox11
-
-MASTERDIR= ${.CURDIR}/../mtr
-
-PORTSCOUT= ignore:1
-
-OPTIONS_EXCLUDE= X11
-
-.include "${MASTERDIR}/Makefile"