diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-08 10:14:16 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-08 10:14:16 +0000 |
commit | 0df5b5676900f6f7637b360f90f947160da2862e (patch) | |
tree | ef60009202c3f3b28a3814118bb7072de07c701e /cad/qcad | |
parent | Add quotes. Place the system patch notices at the end, so everybody can (diff) |
PERL -> REINPLACE_CMD
PR: 39273
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes:
svn path=/head/; revision=62642
Diffstat (limited to 'cad/qcad')
-rw-r--r-- | cad/qcad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index ddc37ce1a44d..9f8630db5c81 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org USE_QT_VER= 2 +USE_REINPLACE= yes MAKE_ENV= MOC="${MOC}" LIBQT="-l${QTNAME}" \ QTCPPFLAGS="${QTCPPFLAGS}" QTCFGLIBS="${QTCFGLIBS}" @@ -25,7 +26,7 @@ CFLAGS+= -O0 .endif post-patch: - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/*.cpp + @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/*.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qcad ${PREFIX}/bin |