diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-25 18:36:39 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-25 18:36:39 +0000 |
commit | c2e96a6fd15ffeb729ad724a29f33c91d1eafc84 (patch) | |
tree | 5163ba03df5b625ecccf34756ce8597ed008cfd5 /devel/qtk/Makefile | |
parent | 82098a30f3f2c8a57f6f5d88e7c5b0f4898eed3c (diff) | |
download | ports-c2e96a6fd15ffeb729ad724a29f33c91d1eafc84.tar.gz ports-c2e96a6fd15ffeb729ad724a29f33c91d1eafc84.zip |
Notes
Diffstat (limited to 'devel/qtk/Makefile')
-rw-r--r-- | devel/qtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/qtk/Makefile b/devel/qtk/Makefile index c2c67a7ad866..5e81f1fc99cf 100644 --- a/devel/qtk/Makefile +++ b/devel/qtk/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/bin/wish8.2:${PORTSDIR}/x11-toolkits/tk82 +USE_REINPLACE= yes EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= . @@ -28,7 +29,7 @@ USE_X_PREFIX= yes WISH= ${LOCALBASE}/bin/wish8.2 do-configure: - @${PERL} -pi.dist \ + @${REINPLACE_CMD} \ -e 's|/usr/bin/wish|${WISH}|;' \ -e 's|keepnewline wish|keepnewline ${WISH}|' ${WRKSRC}/qtk |