1
0
forked from ports/opt

poppler: move man-pages to /usr/share/man

This commit is contained in:
Juergen Daubert 2015-11-18 20:59:15 +01:00
parent 8153b0f57d
commit 6d2936f11f
2 changed files with 14 additions and 14 deletions

View File

@ -165,16 +165,17 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/poppler-cpp.pc
-rw-r--r-- root/root usr/lib/pkgconfig/poppler-splash.pc
-rw-r--r-- root/root usr/lib/pkgconfig/poppler.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/pdfdetach.1.gz
-rw-r--r-- root/root usr/man/man1/pdffonts.1.gz
-rw-r--r-- root/root usr/man/man1/pdfimages.1.gz
-rw-r--r-- root/root usr/man/man1/pdfinfo.1.gz
-rw-r--r-- root/root usr/man/man1/pdfseparate.1.gz
-rw-r--r-- root/root usr/man/man1/pdftocairo.1.gz
-rw-r--r-- root/root usr/man/man1/pdftohtml.1.gz
-rw-r--r-- root/root usr/man/man1/pdftoppm.1.gz
-rw-r--r-- root/root usr/man/man1/pdftops.1.gz
-rw-r--r-- root/root usr/man/man1/pdftotext.1.gz
-rw-r--r-- root/root usr/man/man1/pdfunite.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/pdfdetach.1.gz
-rw-r--r-- root/root usr/share/man/man1/pdffonts.1.gz
-rw-r--r-- root/root usr/share/man/man1/pdfimages.1.gz
-rw-r--r-- root/root usr/share/man/man1/pdfinfo.1.gz
-rw-r--r-- root/root usr/share/man/man1/pdfseparate.1.gz
-rw-r--r-- root/root usr/share/man/man1/pdftocairo.1.gz
-rw-r--r-- root/root usr/share/man/man1/pdftohtml.1.gz
-rw-r--r-- root/root usr/share/man/man1/pdftoppm.1.gz
-rw-r--r-- root/root usr/share/man/man1/pdftops.1.gz
-rw-r--r-- root/root usr/share/man/man1/pdftotext.1.gz
-rw-r--r-- root/root usr/share/man/man1/pdfunite.1.gz

View File

@ -13,7 +13,6 @@ build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--enable-{zlib,libjpeg,libpng} \
--enable-cms=lcms2 \
--enable-libopenjpeg=none \