diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-24 12:44:17 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-24 12:44:17 +0800 |
commit | c763050df812af11e0607dd7d69b31ab067c093c (patch) | |
tree | aa116af2ce179457b332c1e5de24e02d0c179cfa /databases/mysql-gui/Makefile | |
parent | 06e61ce578bc86c82cd449bb52d230bb3d20e8cc (diff) | |
download | freebsd-ports-gnome-c763050df812af11e0607dd7d69b31ab067c093c.tar.gz freebsd-ports-gnome-c763050df812af11e0607dd7d69b31ab067c093c.tar.zst freebsd-ports-gnome-c763050df812af11e0607dd7d69b31ab067c093c.zip |
${PERL} -> ${REINPLACE_CMD}
PR: 39746
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
Diffstat (limited to 'databases/mysql-gui/Makefile')
-rw-r--r-- | databases/mysql-gui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql-gui/Makefile b/databases/mysql-gui/Makefile index c18d79734b9b..b6445f9ebeaa 100644 --- a/databases/mysql-gui/Makefile +++ b/databases/mysql-gui/Makefile @@ -28,6 +28,7 @@ LIB_DEPENDS= sqlplus.1:${PORTSDIR}/databases/mysql++ \ fleditor.1:${PORTSDIR}/x11-toolkits/fl_editor \ flvw.1:${PORTSDIR}/x11-toolkits/flvw +USE_REINPLACE= yes USE_X_PREFIX= yes USE_MESA= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/-/-src-/} @@ -57,7 +58,7 @@ remove-inc: # pre-patch: copy-inc - @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \ + @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \ ${WRKSRC}/Fl_Help.cc copy-inc: |