diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-22 20:18:43 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-22 20:18:43 +0800 |
commit | 1a4fe1abef078142c88fe743751cab946f0e6d1a (patch) | |
tree | b3f0484b3d24d10d7a0453f904fc5634ac0fd064 /x11-fonts/sgifonts/Makefile | |
parent | b986261853674afc9ed239fc66c9bd33bb7acb46 (diff) | |
download | freebsd-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-fonts/sgifonts/Makefile')
-rw-r--r-- | x11-fonts/sgifonts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/sgifonts/Makefile b/x11-fonts/sgifonts/Makefile index 71e2f63379d3..5a9c72b6737a 100644 --- a/x11-fonts/sgifonts/Makefile +++ b/x11-fonts/sgifonts/Makefile @@ -27,7 +27,7 @@ WRKSRC= ${WRKDIR}/sgi-fonts do-extract: @${MKDIR} ${WRKDIR} @cd ${WRKDIR}; rpm2cpio.pl ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} \ - | cpio --extract --no-preserve-owner \ + | ${CPIO} --extract --no-preserve-owner \ --preserve-modification-time --unconditional --quiet @${TAR} -C ${WRKDIR} -xf ${WRKDIR}/sgi-fonts.tar.gz |