aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-01-22 20:18:43 +0800
committertrevor <trevor@FreeBSD.org>2004-01-22 20:18:43 +0800
commit1a4fe1abef078142c88fe743751cab946f0e6d1a (patch)
treeb3f0484b3d24d10d7a0453f904fc5634ac0fd064 /x11-themes
parentb986261853674afc9ed239fc66c9bd33bb7acb46 (diff)
downloadfreebsd-ports-gnome-1a4fe1abef078142c88fe743751cab946f0e6d1a.tar.gz
freebsd-ports-gnome-1a4fe1abef078142c88fe743751cab946f0e6d1a.tar.zst
freebsd-ports-gnome-1a4fe1abef078142c88fe743751cab946f0e6d1a.zip
Use the CPIO macro defined in bsd.port.mk.
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gnome-industrial-theme/Makefile2
-rw-r--r--x11-themes/gtk-industrial-theme/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/gnome-industrial-theme/Makefile b/x11-themes/gnome-industrial-theme/Makefile
index 240a49ad7696..a7a2aa1cce67 100644
--- a/x11-themes/gnome-industrial-theme/Makefile
+++ b/x11-themes/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-themes/gtk-industrial-theme/Makefile b/x11-themes/gtk-industrial-theme/Makefile
index f072957f555e..1673a632d00e 100644
--- a/x11-themes/gtk-industrial-theme/Makefile
+++ b/x11-themes/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 \