diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-22 17:23:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-22 17:23:30 +0000 |
commit | 3b9032fabc47df7c423b0fe802d1060c7b4e5816 (patch) | |
tree | bc94b068979a41f61931d2bd7979481f6acd573b /misc/ewipe | |
parent | 7b3cf63dbe867642387b83d0d46a6ef77e970a05 (diff) | |
download | ports-3b9032fabc47df7c423b0fe802d1060c7b4e5816.tar.gz ports-3b9032fabc47df7c423b0fe802d1060c7b4e5816.zip |
Notes
Diffstat (limited to 'misc/ewipe')
-rw-r--r-- | misc/ewipe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/ewipe/Makefile b/misc/ewipe/Makefile index 75b44246f697..92e2365293ca 100644 --- a/misc/ewipe/Makefile +++ b/misc/ewipe/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 .endif NO_BUILD= YES +USE_REINPLACE= yes TCLLIBS= definefont.tcl edittable.tcl setpointer.tcl viewer.tcl tclIndex PORTDOCS= Changes.jp README README.jp dot.ewipe EXAMPLES= a1.gif a2.gif a3.gif a4.gif blue1.gif sample.ewp test.ewp \ @@ -31,7 +32,7 @@ WISH= ${LOCALBASE}/bin/wish8.2 .endif post-patch: - @${PERL} -pi \ + @${REINPLACE_CMD} \ -e "s|%%PREFIX%%|${PREFIX}|g;" \ -e "s|%%WISH%%|${WISH}|g;" ${WRKSRC}/ewipe |