1
0
forked from ports/contrib

dstat: changed manpage location

This commit is contained in:
Fredrik Rinnestam 2015-08-03 17:16:26 +02:00
parent 8389e6083d
commit f294667853
2 changed files with 4 additions and 5 deletions

View File

@ -1,9 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dstat
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/dstat.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/dstat/
-rwxr-xr-x root/root usr/share/dstat/dstat.py
@ -73,3 +70,6 @@ drwxr-xr-x root/root usr/share/dstat/
-rw-r--r-- root/root usr/share/dstat/dstat_vz_io.py
-rw-r--r-- root/root usr/share/dstat/dstat_vz_ubc.py
-rw-r--r-- root/root usr/share/dstat/dstat_wifi.py
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/dstat.1.gz

View File

@ -5,12 +5,11 @@
name=dstat
version=0.7.2
release=1
release=2
source=(http://dag.wieers.com/home-made/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
sed -i s'|mandir = $(datadir)/man|mandir = $(prefix)/man|' Makefile
make
make DESTDIR=$PKG install
}