summaryrefslogtreecommitdiffstats
path: root/man-pages/Pkgfile
diff options
context:
space:
mode:
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
}