- Fix printing problem using cups

Reported by:	Andriy Gapon <avg _a_t_ icyb.net.ua via email
This commit is contained in:
Jose Alonso Cardenas Marquez 2009-06-19 17:50:20 +00:00
parent 312bfa10b8
commit aa04085fc9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236333

View file

@ -7,6 +7,7 @@
PORTNAME= foomatic-filters
PORTVERSION= 4.0.1
PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.linuxprinting.org/download/foomatic/ \
http://www.openprinting.org/download/foomatic/
@ -100,4 +101,7 @@ RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-letterdj
RUN_DEPENDS+= mpage:${PORTSDIR}/print/mpage
.endif
post-patch:
@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|g' ${WRKSRC}/foomaticrip.c
.include <bsd.port.post.mk>