forked from ports/contrib
libdnet: fix symlinks
This commit is contained in:
parent
ecfd005aa7
commit
59976ba1b3
@ -20,11 +20,11 @@ drwxr-xr-x root/root usr/include/dnet/
|
||||
-rw-r--r-- root/root usr/include/dnet/tun.h
|
||||
-rw-r--r-- root/root usr/include/dnet/udp.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/libdnet -> libdnet.1.0.1
|
||||
lrwxrwxrwx root/root usr/lib/libdnet.1 -> libdnet.1.0.1
|
||||
-rwxr-xr-x root/root usr/lib/libdnet.1.0.1
|
||||
-rw-r--r-- root/root usr/lib/libdnet.a
|
||||
-rwxr-xr-x root/root usr/lib/libdnet.la
|
||||
lrwxrwxrwx root/root usr/lib/libdnet.so -> libdnet.so.1.0.1
|
||||
lrwxrwxrwx root/root usr/lib/libdnet.so.1 -> libdnet.so.1.0.1
|
||||
-rwxr-xr-x root/root usr/lib/libdnet.so.1.0.1
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-rw-r--r-- root/root usr/man/man3/dnet.3.gz
|
||||
|
@ -10,7 +10,12 @@ source=(http://download.sourceforge.net/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
|
||||
# fix FS#1144
|
||||
autoreconf -i -Iconfig
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/man
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user