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. --- textproc/dsssl-docbook-modular/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/dsssl-docbook-modular/Makefile') diff --git a/textproc/dsssl-docbook-modular/Makefile b/textproc/dsssl-docbook-modular/Makefile index 7b1ee10ef2ec..bc08fa7f6f0f 100644 --- a/textproc/dsssl-docbook-modular/Makefile +++ b/textproc/dsssl-docbook-modular/Makefile @@ -35,8 +35,8 @@ do-build: pre-install: @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} - @find ${WRKDIR} -name '*~' -exec ${RM} {} \; - @find ${WRKDIR} -name '*.orig' -exec ${RM} {} \; + @${FIND} ${WRKDIR} -name '*~' -exec ${RM} {} \; + @${FIND} ${WRKDIR} -name '*.orig' -exec ${RM} {} \; do-install: @${CP} -Rp ${WRKSRC}/* ${INSTDIR} -- cgit v1.2.3