diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-11 16:47:19 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-11 16:47:19 +0000 |
commit | 3d37d27dc4d493d21def21fcb72e4e5ac41da7a8 (patch) | |
tree | fe0d2a6339b76de882f3ca7629bf169cb51815a4 /x11-toolkits | |
parent | 906f1ae90e4254b8c9b483e3b96b6ad931770c3d (diff) | |
download | FreeBSD-ports-3d37d27dc4d493d21def21fcb72e4e5ac41da7a8.zip FreeBSD-ports-3d37d27dc4d493d21def21fcb72e4e5ac41da7a8.tar.gz |
This port needs ports/archivers/rpm (brought in by the BUILD_DEPENDS+
line in the master port) for its do-install, so it can can use the
rpm2cpio that accompanies that.
PR: 62682
Submitted by: Volker Stolz of RWTH Aachen
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/linux-f10-pango/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/linux-f8-pango/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/linux-pango/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/linux-f10-pango/Makefile b/x11-toolkits/linux-f10-pango/Makefile index 80f22ee..7abc342b 100644 --- a/x11-toolkits/linux-f10-pango/Makefile +++ b/x11-toolkits/linux-f10-pango/Makefile @@ -13,7 +13,7 @@ CATEGORIES= x11-toolkits linux MAINTAINER= trevor@FreeBSD.org COMMENT= Linux/i386 pango binary -BUILD_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio \ +BUILD_DEPENDS+= \ ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat BASEVERSION= 9 @@ -27,7 +27,7 @@ pre-install: ${ECHO_CMD} etc/pango/pango.modules > ${PLIST} ${MKDIR} ${WRKSRC}/tmp cd ${WRKSRC}/tmp; \ - rpm2cpio.pl < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \ + rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | ${CPIO} -id; \ ${FIND} * -type f -o -type l >> ${PLIST}; \ ${FIND} -d * -type d | ${GREP} pango | \ ${SED} -e 's:^:@dirrm :' >> ${PLIST} diff --git a/x11-toolkits/linux-f8-pango/Makefile b/x11-toolkits/linux-f8-pango/Makefile index 80f22ee..7abc342b 100644 --- a/x11-toolkits/linux-f8-pango/Makefile +++ b/x11-toolkits/linux-f8-pango/Makefile @@ -13,7 +13,7 @@ CATEGORIES= x11-toolkits linux MAINTAINER= trevor@FreeBSD.org COMMENT= Linux/i386 pango binary -BUILD_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio \ +BUILD_DEPENDS+= \ ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat BASEVERSION= 9 @@ -27,7 +27,7 @@ pre-install: ${ECHO_CMD} etc/pango/pango.modules > ${PLIST} ${MKDIR} ${WRKSRC}/tmp cd ${WRKSRC}/tmp; \ - rpm2cpio.pl < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \ + rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | ${CPIO} -id; \ ${FIND} * -type f -o -type l >> ${PLIST}; \ ${FIND} -d * -type d | ${GREP} pango | \ ${SED} -e 's:^:@dirrm :' >> ${PLIST} diff --git a/x11-toolkits/linux-pango/Makefile b/x11-toolkits/linux-pango/Makefile index 80f22ee..7abc342b 100644 --- a/x11-toolkits/linux-pango/Makefile +++ b/x11-toolkits/linux-pango/Makefile @@ -13,7 +13,7 @@ CATEGORIES= x11-toolkits linux MAINTAINER= trevor@FreeBSD.org COMMENT= Linux/i386 pango binary -BUILD_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio \ +BUILD_DEPENDS+= \ ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat BASEVERSION= 9 @@ -27,7 +27,7 @@ pre-install: ${ECHO_CMD} etc/pango/pango.modules > ${PLIST} ${MKDIR} ${WRKSRC}/tmp cd ${WRKSRC}/tmp; \ - rpm2cpio.pl < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \ + rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | ${CPIO} -id; \ ${FIND} * -type f -o -type l >> ${PLIST}; \ ${FIND} -d * -type d | ${GREP} pango | \ ${SED} -e 's:^:@dirrm :' >> ${PLIST} |