diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 05:33:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 05:33:51 +0000 |
commit | a4fc6158f566f3061d1acce1ef519be9cd17a69a (patch) | |
tree | eb22256c13100460a384a64ae5d3fbefbaab9ab7 /graphics/cadubi | |
parent | f720ee1568631cec981d47b6deaf26f18bc44159 (diff) |
Notes
Diffstat (limited to 'graphics/cadubi')
-rw-r--r-- | graphics/cadubi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cadubi/Makefile b/graphics/cadubi/Makefile index 3e8552b4cc42..e6d79259f23c 100644 --- a/graphics/cadubi/Makefile +++ b/graphics/cadubi/Makefile @@ -25,8 +25,8 @@ PORTDOCS= * .include <bsd.port.options.mk> do-configure: - @${PERL} -pi -e \ - 's|Bin/help|Bin/../share/cadubi/help|g' ${WRKSRC}/cadubi + @${REINPLACE_CMD} -i '' -e 's|Bin/help|Bin/../share/cadubi/help|' \ + ${WRKSRC}/cadubi do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin |