diff options
author | ume <ume@FreeBSD.org> | 2004-08-27 03:32:59 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-08-27 03:32:59 +0000 |
commit | a62898270c33153c9d35fa624a70a53020e610bd (patch) | |
tree | 8e7896101548a3c4b36167d3b0c87b0ae3b562ee /print | |
parent | e744c0c2ff5b47a5d58e4db577ed288473cba18b (diff) | |
download | FreeBSD-ports-a62898270c33153c9d35fa624a70a53020e610bd.zip FreeBSD-ports-a62898270c33153c9d35fa624a70a53020e610bd.tar.gz |
escape $.
Diffstat (limited to 'print')
-rw-r--r-- | print/pips800/Makefile.pips | 2 |
1 files changed, 1 insertions, 1 deletions
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 |