aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-08-15 09:35:20 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-08-15 10:55:23 +0000
commit22254f094c4b8277beda8765f44ea4e8b35e743d (patch)
tree0a8807b1e07ec5a3a214e10645b83575655db836
parentcac33746fa0a7e87fefc7174b57b9818edd3659b (diff)
net/mtr-nox11: Remove obsoleted port
Use net/mtr@nox11 instead.
-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"