diff options
Diffstat (limited to 'graphics/cadubi/Makefile')
-rw-r--r-- | graphics/cadubi/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/cadubi/Makefile b/graphics/cadubi/Makefile index dc1fdbd8bafe..33fdc6b51c90 100644 --- a/graphics/cadubi/Makefile +++ b/graphics/cadubi/Makefile @@ -28,10 +28,8 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS -do-configure: - @${REINPLACE_CMD} -e \ - 's|/usr/local/stow/perl-5.8.x/bin/perl|${PERL}|; \ - s|$$Bin/help|${DATADIR}/help|' \ +post-patch: + @${REINPLACE_CMD} -e 's|$$Bin/help|${DATADIR}/help|' \ ${WRKSRC}/cadubi do-install: |