diff options
author | edwin <edwin@FreeBSD.org> | 2005-01-25 09:03:10 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-01-25 09:03:10 +0800 |
commit | 26005b659c9ca3a071bdf4cc64ca677ffacc1f69 (patch) | |
tree | a231eac23be927df79c43596ac63d1ece7f32076 /x11-themes/linux-gtk-bluecurve-theme | |
parent | 2ded1c04c7efb4555adf4610a593982a12fd042d (diff) | |
download | freebsd-ports-gnome-26005b659c9ca3a071bdf4cc64ca677ffacc1f69.tar.gz freebsd-ports-gnome-26005b659c9ca3a071bdf4cc64ca677ffacc1f69.tar.zst freebsd-ports-gnome-26005b659c9ca3a071bdf4cc64ca677ffacc1f69.zip |
properly use rpm2cpio.pl in do-extract too.
Diffstat (limited to 'x11-themes/linux-gtk-bluecurve-theme')
-rw-r--r-- | x11-themes/linux-gtk-bluecurve-theme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/linux-gtk-bluecurve-theme/Makefile b/x11-themes/linux-gtk-bluecurve-theme/Makefile index 542d72a97f6a..3027424cdc62 100644 --- a/x11-themes/linux-gtk-bluecurve-theme/Makefile +++ b/x11-themes/linux-gtk-bluecurve-theme/Makefile @@ -24,7 +24,7 @@ ONLY_FOR_ARCHS= i386 do-extract: @${MKDIR} ${WRKDIR} - @cd ${WRKDIR}; rpm2cpio ${_DISTDIR}/${DISTFILES} | ${CPIO} -id --quiet + @cd ${WRKDIR}; rpm2cpio.pl ${_DISTDIR}/${DISTFILES} | ${CPIO} -id --quiet do-install: @${MKDIR} ${PREFIX}/usr/share/themes/Bluecurve && ${CHMOD} a+rx ${PREFIX}/usr/share/themes/Bluecurve |