diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-29 08:07:47 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-29 08:07:47 +0000 |
commit | 6082ca2e05b85fdb12f2aef925cab45c43bde641 (patch) | |
tree | a0f246c26b50146fa795ed24dbed9fe7377d3238 /x11-toolkits/p5-Tk | |
parent | 3b663578f7f4fadc03c93424b74df4b217f91c8f (diff) | |
download | ports-6082ca2e05b85fdb12f2aef925cab45c43bde641.tar.gz ports-6082ca2e05b85fdb12f2aef925cab45c43bde641.zip |
Notes
Diffstat (limited to 'x11-toolkits/p5-Tk')
-rw-r--r-- | x11-toolkits/p5-Tk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile index 03234006b976..152114fe2037 100644 --- a/x11-toolkits/p5-Tk/Makefile +++ b/x11-toolkits/p5-Tk/Makefile @@ -130,6 +130,6 @@ post-configure: @${PERL} -i -p \ -e 's/^(CC = ).*/$$1 ${CC}/;' \ -e 's/^(CCFLAGS = ).*/$$1 ${CFLAGS}/' \ - `find ${WRKSRC} -name Makefile` + `${FIND} ${WRKSRC} -name Makefile` .include <bsd.port.mk> |