diff options
-rw-r--r-- | japanese/ibus-anthy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ibus-anthy/Makefile b/japanese/ibus-anthy/Makefile index e01c4b4f652a..30a033e15e23 100644 --- a/japanese/ibus-anthy/Makefile +++ b/japanese/ibus-anthy/Makefile @@ -36,9 +36,9 @@ INCLUDEDIR_REPLACE_FILES= \ post-patch: cd ${WRKSRC} && \ - ${REINPLACE_CMD} "s/@@LOCALBASE@@/${LOCALBASE:S/\//\\\//g}/g" \ + ${REINPLACE_CMD} "s,@@LOCALBASE@@,${LOCALBASE},g" \ ${LOCALBASE_REPLACE_FILES} && \ - ${REINPLACE_CMD} "s/@@INCLUDEDIR@@/${INCLUDEDIR:S/\//\\\//g}/g" \ + ${REINPLACE_CMD} "s,@@INCLUDEDIR@@,${INCLUDEDIR},g" \ ${INCLUDEDIR_REPLACE_FILES} post-install: |