summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/linux-pango
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-02-11 16:47:19 +0000
committertrevor <trevor@FreeBSD.org>2004-02-11 16:47:19 +0000
commit3d37d27dc4d493d21def21fcb72e4e5ac41da7a8 (patch)
treefe0d2a6339b76de882f3ca7629bf169cb51815a4 /x11-toolkits/linux-pango
parent906f1ae90e4254b8c9b483e3b96b6ad931770c3d (diff)
downloadFreeBSD-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/linux-pango')
-rw-r--r--x11-toolkits/linux-pango/Makefile4
1 files changed, 2 insertions, 2 deletions
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}
OpenPOWER on IntegriCloud