summaryrefslogtreecommitdiffstats
path: root/extra/most
diff options
context:
space:
mode:
Diffstat (limited to 'extra/most')
-rw-r--r--extra/most/.footprint2
-rw-r--r--extra/most/Pkgfile3
2 files changed, 3 insertions, 2 deletions
diff --git a/extra/most/.footprint b/extra/most/.footprint
index 6dbe36713..69172bb3b 100644
--- a/extra/most/.footprint
+++ b/extra/most/.footprint
@@ -3,4 +3,4 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/most
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/most.1.gz
+-rw-r--r-- root/root usr/man/man1/most.1
diff --git a/extra/most/Pkgfile b/extra/most/Pkgfile
index d1bbf69d8..9e9ea8972 100644
--- a/extra/most/Pkgfile
+++ b/extra/most/Pkgfile
@@ -11,7 +11,8 @@ source=( ftp://space.mit.edu/pub/davis/$name/$name-$version.tar.gz )
build() {
cd $name-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man
make
make DESTDIR=$PKG install