forked from ports/contrib
libcdio: fix man page location (thanks mike_k)
This commit is contained in:
parent
3f546fddbf
commit
4c214bdf69
@ -85,5 +85,6 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libcdio_cdda.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libcdio_paranoia.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libiso9660.pc
|
||||
drwxr-xr-x root/root usr/man1/
|
||||
-rw-r--r-- root/root usr/man1/cd-paranoia.1
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/cd-paranoia.1.gz
|
||||
|
@ -14,13 +14,13 @@ build() {
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr \
|
||||
--mandir=/usr/man \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -rf $PKG/usr/share
|
||||
rm -r $PKG/usr/jp
|
||||
rm -r $PKG/usr/man/jp
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user