1
0
forked from ports/contrib

tree: fixed mandir location

This commit is contained in:
Jose V Beneyto 2016-02-15 10:43:40 +00:00
parent 37ee198808
commit 69a4dd0eeb
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/tree
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/tree.1.gz
drwxr-xr-x root/root usr/share/
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/tree.1.gz

View File

@ -1,4 +1,3 @@
# $Id: $
# Description: Display directory tree
# URL: http://mama.indstate.edu/users/ice/tree/
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
@ -7,7 +6,7 @@
name=tree
version=1.7.0
release=1
release=2
source=(ftp://mama.indstate.edu/linux/$name/$name-$version.tgz)
build () {
@ -17,5 +16,5 @@ build () {
make
install -D -m 0755 $name $PKG/usr/bin/$name
install -D -m 0644 doc/$name.1 $PKG/usr/man/man1/$name.1
install -D -m 0644 doc/$name.1 $PKG/usr/share/man/man1/$name.1
}