diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 13:30:42 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 13:30:42 +0000 |
commit | bb34de42c0ccac8e962cab97e064965d23f081de (patch) | |
tree | dd40b82023ab94a6839b4f4d440c3cd5cab978ee /math/jacal/Makefile | |
parent | 533c87fa4d98c0e6100d18f59559906241ed4230 (diff) |
Notes
Diffstat (limited to 'math/jacal/Makefile')
-rw-r--r-- | math/jacal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/jacal/Makefile b/math/jacal/Makefile index 0eba59de917a..41ab518071a3 100644 --- a/math/jacal/Makefile +++ b/math/jacal/Makefile @@ -27,6 +27,6 @@ MAN1= jacal.1 do-configure: cd ${WRKSRC}; \ - find . -type f -exec perl -spi -e 's|%%PREFIX%%|${PREFIX}|' {} ';' + ${FIND} . -type f -exec perl -spi -e 's|%%PREFIX%%|${PREFIX}|' {} ';' .include <bsd.port.mk> |