diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
commit | 439b8a040c6cc5d9c091b08a90056d1059d4640b (patch) | |
tree | 8132e1111bd2c96ba9c0959d3cfce2b62a26551b /x11-toolkits | |
parent | f26c8efaac7d5c7934a01e89d790bac25766df39 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnome-industrial-theme/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk-industrial-theme/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-f10-openmotif/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-f8-openmotif/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-openmotif/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/gnome-industrial-theme/Makefile b/x11-toolkits/gnome-industrial-theme/Makefile index 240a49ad7696..a7a2aa1cce67 100644 --- a/x11-toolkits/gnome-industrial-theme/Makefile +++ b/x11-toolkits/gnome-industrial-theme/Makefile @@ -69,7 +69,7 @@ do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} @if ! (cd ${WRKDIR} && rpm2cpio.pl ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX}\ - | cpio -i ximian-artwork-${PORTVERSION}.tar.gz 2>/dev/null \ + | ${CPIO} -i ximian-artwork-${PORTVERSION}.tar.gz 2>/dev/null \ && ${GZIP_CMD} -dc ximian-artwork-${PORTVERSION}.tar.gz \ | ${TAR} -xf - && ${RM} ximian-artwork-${PORTVERSION}.tar.gz);\ then \ diff --git a/x11-toolkits/gtk-industrial-theme/Makefile b/x11-toolkits/gtk-industrial-theme/Makefile index f072957f555e..1673a632d00e 100644 --- a/x11-toolkits/gtk-industrial-theme/Makefile +++ b/x11-toolkits/gtk-industrial-theme/Makefile @@ -32,7 +32,7 @@ do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} @if ! (cd ${WRKDIR} && rpm2cpio.pl ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX}\ - | cpio -i ximian-artwork-${PORTVERSION}.tar.gz 2>/dev/null \ + | ${CPIO} -i ximian-artwork-${PORTVERSION}.tar.gz 2>/dev/null \ && ${GZIP_CMD} -dc ximian-artwork-${PORTVERSION}.tar.gz \ | tar -xf - && ${RM} ximian-artwork-${PORTVERSION}.tar.gz);\ then \ diff --git a/x11-toolkits/linux-f10-openmotif/Makefile b/x11-toolkits/linux-f10-openmotif/Makefile index 4ef154ad6828..e7fd932f2c46 100644 --- a/x11-toolkits/linux-f10-openmotif/Makefile +++ b/x11-toolkits/linux-f10-openmotif/Makefile @@ -35,7 +35,7 @@ EXTRACT_FILES= usr/X11R6/lib/libMrm.so.2.1 \ do-install: cd ${PREFIX}; \ rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | \ - cpio -idum -R ${LIBOWN}:${LIBGRP} ${EXTRACT_FILES} + ${CPIO} -idum -R ${LIBOWN}:${LIBGRP} ${EXTRACT_FILES} chroot ${PREFIX} /sbin/ldconfig .include <bsd.port.mk> diff --git a/x11-toolkits/linux-f8-openmotif/Makefile b/x11-toolkits/linux-f8-openmotif/Makefile index 4ef154ad6828..e7fd932f2c46 100644 --- a/x11-toolkits/linux-f8-openmotif/Makefile +++ b/x11-toolkits/linux-f8-openmotif/Makefile @@ -35,7 +35,7 @@ EXTRACT_FILES= usr/X11R6/lib/libMrm.so.2.1 \ do-install: cd ${PREFIX}; \ rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | \ - cpio -idum -R ${LIBOWN}:${LIBGRP} ${EXTRACT_FILES} + ${CPIO} -idum -R ${LIBOWN}:${LIBGRP} ${EXTRACT_FILES} chroot ${PREFIX} /sbin/ldconfig .include <bsd.port.mk> diff --git a/x11-toolkits/linux-openmotif/Makefile b/x11-toolkits/linux-openmotif/Makefile index 4ef154ad6828..e7fd932f2c46 100644 --- a/x11-toolkits/linux-openmotif/Makefile +++ b/x11-toolkits/linux-openmotif/Makefile @@ -35,7 +35,7 @@ EXTRACT_FILES= usr/X11R6/lib/libMrm.so.2.1 \ do-install: cd ${PREFIX}; \ rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | \ - cpio -idum -R ${LIBOWN}:${LIBGRP} ${EXTRACT_FILES} + ${CPIO} -idum -R ${LIBOWN}:${LIBGRP} ${EXTRACT_FILES} chroot ${PREFIX} /sbin/ldconfig .include <bsd.port.mk> |