diff options
author | edwin <edwin@FreeBSD.org> | 2003-12-28 20:12:12 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-12-28 20:12:12 +0800 |
commit | 70e3b28bc9ed0630b0ba091cfa0e261465546e9f (patch) | |
tree | 5c2f9c1090649d7dee89b9ee4af728626f681dcc /textproc | |
parent | ae2fc3f02e5928daad64d22669b3fa42b4c840a0 (diff) | |
download | freebsd-ports-graphics-70e3b28bc9ed0630b0ba091cfa0e261465546e9f.tar.gz freebsd-ports-graphics-70e3b28bc9ed0630b0ba091cfa0e261465546e9f.tar.zst freebsd-ports-graphics-70e3b28bc9ed0630b0ba091cfa0e261465546e9f.zip |
Don't listen to portlint when you have no clue what it is saying.
Another pointy hat for the dutchman.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/iiimf-client-lib/Makefile | 2 | ||||
-rw-r--r-- | textproc/iiimf-server/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/iiimf-client-lib/Makefile b/textproc/iiimf-client-lib/Makefile index 4306a098fb7..1f893a6367f 100644 --- a/textproc/iiimf-client-lib/Makefile +++ b/textproc/iiimf-client-lib/Makefile @@ -35,7 +35,7 @@ post-patch: -e "s,-D_POSIX_C_SOURCE=199506L,,g" \ -e "s,has_xiccallback=no,has_xiccallback=yes,g" \ -e "s,/usr/lib/im,${PREFIX}/lib/im,g" \ - -e "s,-I\$${IM_INCLUDEDIR},-I${LOCALBASE}/include/iiimf,g" \ + -e "s,-I\$$(IM_INCLUDEDIR),-I${LOCALBASE}/include/iiimf,g" \ ${WRKSRC}/${DIR}/configure .endfor diff --git a/textproc/iiimf-server/Makefile b/textproc/iiimf-server/Makefile index bf729a8e021..f307a281b7d 100644 --- a/textproc/iiimf-server/Makefile +++ b/textproc/iiimf-server/Makefile @@ -32,7 +32,7 @@ post-patch: -e "s,-D_POSIX_C_SOURCE=199506L,,g" \ -e "s,has_xiccallback=no,has_xiccallback=yes,g" \ -e "s,/usr/lib/im,${PREFIX}/lib/im,g" \ - -e "s,-I\$${IM_INCLUDEDIR},-I${LOCALBASE}/include/iiimf,g" \ + -e "s,-I\$$(IM_INCLUDEDIR),-I${LOCALBASE}/include/iiimf,g" \ ${WRKSRC}/configure ${REINPLACE_CMD} -e "s,/usr/lib/im,${PREFIX}/lib/im,g" \ ${WRKSRC}/src/IMSvrCfg.cpp \ |