From 0a792d129c721bbf05ec4507020041dae7ccb939 Mon Sep 17 00:00:00 2001 From: trevor Date: Thu, 13 Nov 2003 13:30:42 +0000 Subject: Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. --- mail/spambnc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/spambnc') diff --git a/mail/spambnc/Makefile b/mail/spambnc/Makefile index 0791b32..614f596 100644 --- a/mail/spambnc/Makefile +++ b/mail/spambnc/Makefile @@ -25,7 +25,7 @@ PLIST= ${WRKDIR}/.pkg-plist pre-install: @${RM} -f ${PLIST} - @(cd ${WRKDIR} && find -s . -type f | ${GREP} -v "^\.\/\." | \ + @(cd ${WRKDIR} && ${FIND} -s . -type f | ${GREP} -v "^\.\/\." | \ ${SED} -e 's,.,share/spambnc,1' >> ${PLIST}) @echo "%%PORTDOCS%%share/doc/spambnc/documentation.html" >> ${PLIST} @echo "@dirrm share/spambnc" >> ${PLIST} -- cgit v1.1