From a62898270c33153c9d35fa624a70a53020e610bd Mon Sep 17 00:00:00 2001 From: ume Date: Fri, 27 Aug 2004 03:32:59 +0000 Subject: escape $. --- print/pips800/Makefile.pips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print') diff --git a/print/pips800/Makefile.pips b/print/pips800/Makefile.pips index 85380a1..c7efa51 100644 --- a/print/pips800/Makefile.pips +++ b/print/pips800/Makefile.pips @@ -282,7 +282,7 @@ post-patch: .endif .if ${PORTVERSION} == 2.6.2 || ${DIST_TYPE} == lpr ${REINPLACE_CMD} -e 's,@CUPS_LIBS@,@CUPS_LIBS@ -lintl,' \ - -e 's,^INCLUDES = @GTK_CFLAGS@ $$,INCLUDES = @GTK_CFLAGS@ $(INCLTDL),' \ + -e 's,^INCLUDES = @GTK_CFLAGS@ $$,INCLUDES = @GTK_CFLAGS@ $$(INCLTDL),' \ ${WRKSRC}/src/Makefile.in .endif .endif -- cgit v1.1