diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-27 03:32:59 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-27 03:32:59 +0000 |
commit | 99b9c9fe1f20f4def8bd9c389380edb4307a0765 (patch) | |
tree | bb89597f85b0d29f49eb870538142e62b070e26b /print/pips800 | |
parent | 796712194a62af1bf3e17062c20537295ed95099 (diff) |
escape $.
Notes
Notes:
svn path=/head/; revision=117386
Diffstat (limited to 'print/pips800')
-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 85380a16e52f..c7efa51770dc 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 |