diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-21 15:52:35 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-21 15:52:35 +0000 |
commit | 4fcd623a911ebff1fb406f959932040af7ed40b2 (patch) | |
tree | 3179f0030b56361bd63473d24ab0af7ddce20dbf /editors/lfhex/Makefile | |
parent | 15b35ffaea08acdf8c14ea61767dbb931ac1b83f (diff) |
Notes
Diffstat (limited to 'editors/lfhex/Makefile')
-rw-r--r-- | editors/lfhex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/lfhex/Makefile b/editors/lfhex/Makefile index 895a49a8a174..8eae840b7826 100644 --- a/editors/lfhex/Makefile +++ b/editors/lfhex/Makefile @@ -15,13 +15,14 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt +USE_REINPLACE= yes USE_QT_VER= 2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-qt-moc=${MOC} USE_GMAKE= yes post-patch: - @${PERL} -pi -e "s,%%LOCALBASE%%,${LOCALBASE},g ; \ + @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g ; \ s,%%X11BASE%%,${X11BASE},g" ${WRKSRC}/src/Makefile.in .include <bsd.port.mk> |