View | Details | Raw Unified | Return to bug 212232 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	foomatic-filters
4
PORTNAME=	foomatic-filters
5
PORTVERSION=	4.0.17
5
PORTVERSION=	4.0.17
6
PORTREVISION=	8
6
PORTREVISION=	9
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	http://www.openprinting.org/download/foomatic/
8
MASTER_SITES=	http://www.openprinting.org/download/foomatic/
9
9
Lines 56-62 Link Here
56
	@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|g' ${WRKSRC}/foomaticrip.c
56
	@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|g' ${WRKSRC}/foomaticrip.c
57
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
57
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
58
		   	  ${WRKSRC}/foomaticrip.c
58
		   	  ${WRKSRC}/foomaticrip.c
59
	@${REINPLACE_CMD} -e 's|ln -sf $$(BINDIR)|ln -sf ../../bin|g' \
59
	@${REINPLACE_CMD} -e 's|ln -sf $$(BINDIR)|ln -sf ../../../bin|g' \
60
			  -e '/filter.conf/ s|if.*||' \
60
			  -e '/filter.conf/ s|if.*||' \
61
			  ${WRKSRC}/Makefile.am
61
			  ${WRKSRC}/Makefile.am
62
62

Return to bug 212232