forked from ports/contrib
tree: fixed mandir location
This commit is contained in:
parent
37ee198808
commit
69a4dd0eeb
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user