From 439b8a040c6cc5d9c091b08a90056d1059d4640b Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 22 Jan 2004 12:18:43 +0000 Subject: Use the CPIO macro defined in bsd.port.mk. --- sysutils/bacula/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/bacula') diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile index f7ebd5b58bcb..e0be0697d23e 100644 --- a/sysutils/bacula/Makefile +++ b/sysutils/bacula/Makefile @@ -123,7 +123,7 @@ post-install: ${MKDIR} ${DOCSDIR}/html-manual ${INSTALL_DATA} ${WRKSRC}/doc/bacula.pdf ${DOCSDIR} cd ${WRKSRC}/doc && ${FIND} html-manual | \ - cpio -pdm -L -R root:wheel ${DOCSDIR} + ${CPIO} -pdm -L -R root:wheel ${DOCSDIR} .endif # Inform user after install about important things .... -- cgit v1.2.3