1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Make mandoc happy

This commit is contained in:
Baptiste Daroussin 2014-11-24 09:32:58 +00:00
parent 0099088662
commit c1e98c9625
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373197
2 changed files with 13 additions and 0 deletions

View File

@ -97,6 +97,9 @@ __pmlinks3!= ${ECHO_CMD} '${MLNKS:S/ / /}' | ${AWK} \
} }'
.endif
post-patch:
@${REINPLACE_CMD} "/\.po 0/d" ${WRKSRC}/man/*
pre-configure:
${REINPLACE_CMD} \
-e 's|^LIBTIFF_VERSION_INFO =.*$$|LIBTIFF_VERSION_INFO = 4:0:0|' \

View File

@ -0,0 +1,10 @@
--- man/tiffcrop.1.orig 2010-12-14 01:45:44 UTC
+++ man/tiffcrop.1
@@ -496,7 +496,6 @@ the portrait or landscape option. The pa
the image. It breaks each original image into a series of smaller images
that will fit on the target paper size at the specified resolution.
.fi
-.RE
.PP
Extract two regions 2048 pixels wide by 2048 pixels high from each page of
a multi\-page input file and write each region to a separate output file.