aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>