1
0
forked from ports/opt

wireless-tools: fixed mandir location

This commit is contained in:
Jose V Beneyto 2016-04-04 11:49:56 +02:00
parent 314a36cb44
commit 590a338971
2 changed files with 19 additions and 19 deletions

View File

@ -5,19 +5,6 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libiw.so -> libiw.so.29
-rwxr-xr-x root/root usr/lib/libiw.so.29
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/iftab.5.gz
drwxr-xr-x root/root usr/man/man7/
-rw-r--r-- root/root usr/man/man7/wireless.7.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/ifrename.8.gz
-rw-r--r-- root/root usr/man/man8/iwconfig.8.gz
-rw-r--r-- root/root usr/man/man8/iwevent.8.gz
-rw-r--r-- root/root usr/man/man8/iwgetid.8.gz
-rw-r--r-- root/root usr/man/man8/iwlist.8.gz
-rw-r--r-- root/root usr/man/man8/iwpriv.8.gz
-rw-r--r-- root/root usr/man/man8/iwspy.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/ifrename
-rwxr-xr-x root/root usr/sbin/iwconfig
@ -26,3 +13,17 @@ drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/iwlist
-rwxr-xr-x root/root usr/sbin/iwpriv
-rwxr-xr-x root/root usr/sbin/iwspy
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/iftab.5.gz
drwxr-xr-x root/root usr/share/man/man7/
-rw-r--r-- root/root usr/share/man/man7/wireless.7.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/ifrename.8.gz
-rw-r--r-- root/root usr/share/man/man8/iwconfig.8.gz
-rw-r--r-- root/root usr/share/man/man8/iwevent.8.gz
-rw-r--r-- root/root usr/share/man/man8/iwgetid.8.gz
-rw-r--r-- root/root usr/share/man/man8/iwlist.8.gz
-rw-r--r-- root/root usr/share/man/man8/iwpriv.8.gz
-rw-r--r-- root/root usr/share/man/man8/iwspy.8.gz

View File

@ -1,13 +1,13 @@
# Description: Tools to configure and manipulate wlan devices
# URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
# Packager:Till Biedermann, tillbiedermann at yahoo dot de
# URL: http://www.labs.hpe.com/personal/Jean_Tourrilhes/Linux/Tools.html
# Packager: Till Biedermann, tillbiedermann at yahoo dot de
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Depends on:
name=wireless-tools
version=29
release=1
source=(http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${name/-/_}.$version.tar.gz)
release=2
source=(http://www.labs.hpe.com/personal/Jean_Tourrilhes/Linux/${name/-/_}.$version.tar.gz)
build() {
cd ${name/-/_}.$version
@ -16,6 +16,5 @@ build() {
sed "s|CFLAGS=|CFLAGS=$CFLAGS |" -i Makefile
make
make PREFIX=$PKG/usr install
make PREFIX=$PKG/usr INSTALL_MAN=$PKG/usr/share/man install
}