summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2019-11-04 11:57:46 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2019-11-04 11:57:46 +0000
commita7dfc7e583467960601ac37ec7c07e7fb911ebac (patch)
treecb14751fce7b95a7fc35ccbd79de643450b76836
parent- Update NVidia Linux userland components port to version 430.50 (diff)
Retire the palm category (1999-2019)
Reviewed by: mat Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D22222
Notes
Notes: svn path=/head/; revision=516635
-rw-r--r--Makefile1
-rw-r--r--Mk/Scripts/desktop-categories.sh1
-rw-r--r--palm/Makefile7
3 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 2c2b50258f70..6251ad0c00a1 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,6 @@ SUBDIR += net-im
SUBDIR += net-mgmt
SUBDIR += net-p2p
SUBDIR += news
-SUBDIR += palm
SUBDIR += polish
SUBDIR += ports-mgmt
SUBDIR += portuguese
diff --git a/Mk/Scripts/desktop-categories.sh b/Mk/Scripts/desktop-categories.sh
index 0edbf4a991ee..14d9b9643ac1 100644
--- a/Mk/Scripts/desktop-categories.sh
+++ b/Mk/Scripts/desktop-categories.sh
@@ -57,7 +57,6 @@ for native_category in ${dp_CATEGORIES}; do
net-p2p) c="Network P2P" ;;
net-vpn) c="Network VPN" ;;
news) c="Network News" ;;
- palm) c="Office PDA" ;;
parallel) c="ParallelComputing" ;;
pear) c="Development WebDevelopment" ;;
perl5) c="Development" ;;
diff --git a/palm/Makefile b/palm/Makefile
deleted file mode 100644
index e47b73fce78a..000000000000
--- a/palm/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# $FreeBSD$
-#
-
- COMMENT = Software support for handheld devices (Palm, PocketPC, ...)
-
-
-.include <bsd.port.subdir.mk>