]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
man-db: Package should also be known as "man".
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 May 2011 23:20:25 +0000 (01:20 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 May 2011 23:20:25 +0000 (01:20 +0200)
pkgs/man-db/man-db.nm

index 1c869d89ab23df9c1c466b4b2679bbc15976ab41..3f0ee45db6d9bfa8cba7e84f9f44384371484dd3 100644 (file)
@@ -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 \