From: Michael Tremer Date: Sat, 28 May 2011 23:20:25 +0000 (+0200) Subject: man-db: Package should also be known as "man". X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54eb4a97c57f73e5e0de3ec623ca4ace8413354e;p=ipfire-3.x.git man-db: Package should also be known as "man". --- diff --git a/pkgs/man-db/man-db.nm b/pkgs/man-db/man-db.nm index 1c869d89a..3f0ee45db 100644 --- a/pkgs/man-db/man-db.nm +++ b/pkgs/man-db/man-db.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = man-db PKG_VER = 2.6.0.2 -PKG_REL = 1 +PKG_REL = 2 PKG_MAINTAINER = PKG_GROUPS = Base Documentation @@ -37,6 +37,9 @@ PKG_SUMMARY = man-db is an on-line manual database. PKG_BUILD_DEPS+= db4-devel gdbm-devel groff less libpipeline-devel PKG_DEPS += groff less +# This package should also be known by "man". +PKG_PROVIDES += man + define PKG_DESCRIPTION man-db is an implementation of the standard Unix documentation \ system accessed using the man command. It uses a Berkeley DB database \