diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-13 13:30:42 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-13 13:30:42 +0000 |
commit | 0a792d129c721bbf05ec4507020041dae7ccb939 (patch) | |
tree | 5443a6df79f666d3a39d8c4f9b5f89991dc6ce44 /math/jacal | |
parent | 0bfadbd86b2e8399c2d3221e66321fc0dc66cab1 (diff) | |
download | FreeBSD-ports-0a792d129c721bbf05ec4507020041dae7ccb939.zip FreeBSD-ports-0a792d129c721bbf05ec4507020041dae7ccb939.tar.gz |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Diffstat (limited to 'math/jacal')
-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 0eba59d..41ab518 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> |