summaryrefslogtreecommitdiffstats
path: root/man-pages/Pkgfile
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 16:22:42 +0100
committerLukc <lukc@upyum.com>2010-12-12 16:22:42 +0100
commit6c0f08e398bb63d2fa3db2f2991456734ee48f9e (patch)
tree130ce3f2d17bc7cf18147b8aeca37896ec9b7002 /man-pages/Pkgfile
parentac269089f86612d4f333440a6fb44d3e88ff931b (diff)
downloadbase-6c0f08e398bb63d2fa3db2f2991456734ee48f9e.tar.gz
base-6c0f08e398bb63d2fa3db2f2991456734ee48f9e.tar.bz2
base-6c0f08e398bb63d2fa3db2f2991456734ee48f9e.tar.xz
base-6c0f08e398bb63d2fa3db2f2991456734ee48f9e.zip
Recette de man-pages mise à jour.
Diffstat (limited to 'man-pages/Pkgfile')
-rw-r--r--man-pages/Pkgfile18
1 files changed, 9 insertions, 9 deletions
diff --git a/man-pages/Pkgfile b/man-pages/Pkgfile
index 1725153..48d7417 100644
--- a/man-pages/Pkgfile
+++ b/man-pages/Pkgfile
@@ -1,4 +1,4 @@
-description="The Linux manpages collection"
+description="The Linux manpages collection."
packager="CRUX System Team <core-ports AT crux DOT nu>"
maintainer="Lukc <lukc AT upyum DOT com>"
url="http://www.kernel.org/doc/man-pages/"
@@ -13,12 +13,12 @@ source=(
)
build ()
{
- cd $name-$version;
- rm man1/time.1 man5/passwd.5 man2/quotactl.2;
- make gz;
- make MANDIR=$mandir DESTDIR=$PKG install;
- cd ../$name-posix-2003-a;
- make gz;
- make MANDIR=$mandir DESTDIR=$PKG install;
- touch $PKG$mandir/whatis
+ cd $name-$version;
+ rm man1/time.1 man5/passwd.5 man2/quotactl.2;
+ make gz;
+ make MANDIR=$mandir DESTDIR=$PKG install;
+ cd ../$name-posix-2003-a;
+ make gz;
+ make MANDIR=$mandir DESTDIR=$PKG install;
+ touch $PKG$mandir/whatis
}