aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/jpeg2ps-letter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/jpeg2ps-letter/Makefile')
-rw-r--r--graphics/jpeg2ps-letter/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/jpeg2ps-letter/Makefile b/graphics/jpeg2ps-letter/Makefile
index 6003bd494c1..396ea1123ba 100644
--- a/graphics/jpeg2ps-letter/Makefile
+++ b/graphics/jpeg2ps-letter/Makefile
@@ -7,6 +7,7 @@
PORTNAME= jpeg2ps
PORTVERSION= 1.9
+PORTREVISION= 1
CATEGORIES= graphics converters
MASTER_SITES= http://www.pdflib.com/products/more/jpeg2ps/
PKGNAMESUFFIX= -${PAPERSIZE}
@@ -18,6 +19,8 @@ PAPERSIZE?= letter
INSTALL_TARGET=
+MAN1= jpeg2ps.1
+
.if ${PAPERSIZE} == a4
post-patch:
${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.input
@@ -30,6 +33,7 @@ post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/jpeg2ps.txt ${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/jpeg2ps.1 ${MANPREFIX}/man/man1
.endif
.include <bsd.port.mk>