aboutsummaryrefslogtreecommitdiff
path: root/textproc/linux-f8-expat
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-12-12 13:43:05 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-12-12 13:43:05 +0000
commit8697f3d4a92690aad3e301a6765dd61353cf249c (patch)
tree2b7ca411133d3d6893e4bea02df82523f85de272 /textproc/linux-f8-expat
parent683b7ed55b0cdae5aa66c1468ede9cc6d5511f83 (diff)
downloadports-8697f3d4a92690aad3e301a6765dd61353cf249c.tar.gz
ports-8697f3d4a92690aad3e301a6765dd61353cf249c.zip
Notes
Diffstat (limited to 'textproc/linux-f8-expat')
-rw-r--r--textproc/linux-f8-expat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/linux-f8-expat/Makefile b/textproc/linux-f8-expat/Makefile
index e382fccedddd..5839590defbf 100644
--- a/textproc/linux-f8-expat/Makefile
+++ b/textproc/linux-f8-expat/Makefile
@@ -13,7 +13,7 @@ CATEGORIES= textproc linux
MAINTAINER= trevor@FreeBSD.org
COMMENT= Linux/i386 binary port of Expat XML-parsing library
-BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio
+BUILD_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio
BASEVERSION= 9
ONLY_FOR_ARCHS= i386
@@ -24,7 +24,7 @@ pre-install:
${RM} -rf ${WRKSRC}/tmp
${MKDIR} ${WRKSRC}/tmp
cd ${WRKSRC}/tmp; \
- rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -div; \
+ rpm2cpio.pl < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -div; \
${FIND} * -type f -o -type l > ${PLIST}
${ECHO_CMD} @dirrm usr/share/doc/expat-1.95.5 >> ${PLIST}