From f725dc8ef5848b5e69ebefdc7c1f1517f26643fb Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 13 Nov 2003 12:54:57 +0000 Subject: Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. --- science/at/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'science') diff --git a/science/at/Makefile b/science/at/Makefile index 802be85d757d..0fb0bcabbb40 100644 --- a/science/at/Makefile +++ b/science/at/Makefile @@ -23,7 +23,8 @@ do-install: ${MKDIR} ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/bin ${MKDIR} ${PREFIX}/libexec/at - ${INSTALL_PROGRAM} `find ${WRKSRC} -name \*.out -print` ${PREFIX}/libexec/at + ${INSTALL_PROGRAM} `${FIND} ${WRKSRC} -name \*.out -print` \ + ${PREFIX}/libexec/at ${MKDIR} ${PREFIX}/share/examples/at ${CP} -rp ${WRKSRC}/tests/* ${PREFIX}/share/examples/at ${INSTALL_SCRIPT} ${WRKSRC}/at_init ${PREFIX}/share/examples/at -- cgit v1.2.3