diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-18 09:30:52 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-18 09:30:52 +0000 |
commit | 5f192f55f3525f3e2a43d834b9d09b3a507dab94 (patch) | |
tree | 8b65f898c05df2c9c42eb2a1035b536415734dc3 /Mk | |
parent | 6bf0de6ddfc37f3b8f315ec814cfc64435f84db2 (diff) | |
download | ports-5f192f55f3525f3e2a43d834b9d09b3a507dab94.tar.gz ports-5f192f55f3525f3e2a43d834b9d09b3a507dab94.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 9831537e1bc3..9e674cd73662 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1713,17 +1713,21 @@ maintainer: @${ECHO_CMD} "${PKGNAME}: CATEGORIES is mandatory." @${FALSE} .else -VALID_CATEGORIES+= afterstep archivers astro audio benchmarks biology \ - cad chinese comms converters databases deskutils devel \ - editors elisp emulators french ftp games german gnome graphics \ - hebrew ipv6 irc japanese java kde korean lang linux \ - mail math mbone misc net news \ - offix palm perl5 picobsd plan9 print python ruby russian \ + +VALID_CATEGORIES+= accessibility afterstep archivers astro audio \ + benchmarks biology cad chinese comms converters databases \ + deskutils devel editors elisp emulators finance french ftp \ + games german gnome graphics haskell hebrew hungarian \ + ipv6 irc japanese java kde korean lang linux \ + mail math mbone misc multimedia net news \ + offix palm parallel perl5 picobsd plan9 portuguese print python \ + ruby russian \ science security shells sysutils \ tcl76 tcl80 tcl81 tcl82 tcl83 textproc \ tk42 tk80 tk82 tk83 tkstep80 \ ukrainian vietnamese windowmaker www \ x11 x11-clocks x11-fm x11-fonts x11-servers x11-toolkits x11-wm zope + check-categories: .for cat in ${CATEGORIES} @if ${ECHO_CMD} ${VALID_CATEGORIES} | ${GREP} -wq ${cat}; then \ |