diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 12:12:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 12:12:12 +0000 |
commit | 633edff8885d2573c8a7e1b4a3149fb0fb702a96 (patch) | |
tree | 8f0e949eb167752680395a6fe1a7a76442443257 /textproc/iiimf-server/Makefile | |
parent | o) Fix several "portlint -A" warnings/error (diff) |
Don't listen to portlint when you have no clue what it is saying.
Another pointy hat for the dutchman.
Diffstat (limited to '')
-rw-r--r-- | textproc/iiimf-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/iiimf-server/Makefile b/textproc/iiimf-server/Makefile index bf729a8e0216..f307a281b7db 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 \ |