diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula-server/Makefile | 2 | ||||
-rw-r--r-- | sysutils/bacula/Makefile | 2 | ||||
-rw-r--r-- | sysutils/tmpwatch/Makefile | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index f7ebd5b58bcb..e0be0697d23e 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/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 .... 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 .... diff --git a/sysutils/tmpwatch/Makefile b/sysutils/tmpwatch/Makefile index 78ab572fb0dd..13c656e31afc 100644 --- a/sysutils/tmpwatch/Makefile +++ b/sysutils/tmpwatch/Makefile @@ -20,7 +20,6 @@ BUILD_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio USE_GETOPT_LONG=yes USE_REINPLACE= yes -CPIO?= /usr/bin/cpio CFLAGS+= ${CPPFLAGS} -DVERSION=\"${PORTVERSION}\" MAN8= tmpwatch.8 |