diff options
author | nia <nia@pkgsrc.org> | 2020-06-09 10:10:37 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-06-09 10:10:37 +0000 |
commit | c752742638ac22d9db10ef739677f388505e483e (patch) | |
tree | ca6931d52f03fe45e65638ba1543a5f6e3ef41dc /misc/Makefile | |
parent | e8d5a4c47d162ee26d8e2ea93b29d658d7b79d29 (diff) | |
download | pkgsrc-c752742638ac22d9db10ef739677f388505e483e.tar.gz |
misc: Add mime-types
A database of common mappings of file extensions to MIME types.
The purpose of this package is to provide a reasonably complete
default database of MIME types for packages that expect a mime.types
file to be installed in the system configuration directory.
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index e1982ca3cb5..25cbd5bf349 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.538 2020/03/04 20:30:50 nia Exp $ +# $NetBSD: Makefile,v 1.539 2020/06/09 10:10:37 nia Exp $ # COMMENT= Miscellaneous utilities @@ -190,6 +190,7 @@ SUBDIR+= mate-utils SUBDIR+= mbuffer SUBDIR+= mdp SUBDIR+= mic-paren +SUBDIR+= mime-types SUBDIR+= mirmon SUBDIR+= mkcue SUBDIR+= mmv |