diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-01-08 15:25:24 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-01-08 15:25:24 +0000 |
commit | 1a2c0fa69a729dd1a7015536bfd73c7edf3e6d89 (patch) | |
tree | 5a4667b0c1569180b2186bce5ab32e6dd9fc03f5 /misc | |
parent | Update to version 0.9. (diff) |
Add MAN1 for update-mime-database.
Notes
Notes:
svn path=/head/; revision=72746
Diffstat (limited to 'misc')
-rw-r--r-- | misc/shared-mime-info/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile index 354d383c713f..88b27d4092aa 100644 --- a/misc/shared-mime-info/Makefile +++ b/misc/shared-mime-info/Makefile @@ -18,4 +18,6 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ GNU_CONFIGURE= yes +MAN1= update-mime-database.1 + .include <bsd.port.mk> |