1
0
forked from ports/contrib

scribus: fix location of man pages

This commit is contained in:
Thomas Penteker 2009-08-13 00:14:02 +02:00
parent ae2a298bca
commit 116a0be304
2 changed files with 9 additions and 9 deletions

View File

@ -845,16 +845,10 @@ drwxr-xr-x root/root usr/lib/scribus/swatches/
-rw-r--r-- root/root usr/lib/scribus/swatches/Scribus_X11.txt
-rw-r--r-- root/root usr/lib/scribus/swatches/Scribus_X11Grey.txt
-rw-r--r-- root/root usr/lib/scribus/swatches/Scribus_Xfig.txt
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/scribus.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/de/
drwxr-xr-x root/root usr/share/man/de/man1/
-rw-r--r-- root/root usr/share/man/de/man1/scribus.1
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/scribus.1.gz
drwxr-xr-x root/root usr/share/man/pl/
drwxr-xr-x root/root usr/share/man/pl/man1/
-rw-r--r-- root/root usr/share/man/pl/man1/scribus.1
drwxr-xr-x root/root usr/share/mime/
drwxr-xr-x root/root usr/share/mime/packages/
-rw-r--r-- root/root usr/share/mime/packages/scribus.xml

View File

@ -15,6 +15,12 @@ build() {
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_MAN_DIR=/usr/man
make && make DESTDIR=$PKG install
#CMAKE_MAN_DIR seems to be ignored..
rm -rf $PKG/usr/share/man/de
mv $PKG/usr/share/man $PKG/usr
rm -rf $PKG/usr/share/man
rm -rf $PKG/usr/man/pl
rm -rf $PKG/usr/share/doc
rm -rf $PKG/usr/share/$name/scripts/{ChangeLog,NEWS,TODO}