diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-11-04 11:57:46 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-11-04 11:57:46 +0000 |
commit | a7dfc7e583467960601ac37ec7c07e7fb911ebac (patch) | |
tree | cb14751fce7b95a7fc35ccbd79de643450b76836 | |
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-- | Makefile | 1 | ||||
-rw-r--r-- | Mk/Scripts/desktop-categories.sh | 1 | ||||
-rw-r--r-- | palm/Makefile | 7 |
3 files changed, 0 insertions, 9 deletions
@@ -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> |