summaryrefslogtreecommitdiffstats
path: root/textproc/linux-f10-expat
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-01-31 16:57:18 +0000
committertrevor <trevor@FreeBSD.org>2004-01-31 16:57:18 +0000
commit8a34a65f625d48c2e3e00e302ef205dfffe649b8 (patch)
treebd2a1f4783d4e555994e3705c510c87e709b8013 /textproc/linux-f10-expat
parent25f6b29bd7efe5c376a8e4f5f4e14039dbbdcdcd (diff)
downloadFreeBSD-ports-8a34a65f625d48c2e3e00e302ef205dfffe649b8.zip
FreeBSD-ports-8a34a65f625d48c2e3e00e302ef205dfffe649b8.tar.gz
patch from
<URL:http://people.freebsd.org/~trevor/ports/freeze-5.2/linux-misc-depends.diff> to fix dependencies: these ports need ports/archivers/rpm for their do-install, so they can can use the rpm2cpio that accompanies it Reviewed by: silence (two months) from portmgr and freebsd-ports-bugs
Diffstat (limited to 'textproc/linux-f10-expat')
-rw-r--r--textproc/linux-f10-expat/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/linux-f10-expat/Makefile b/textproc/linux-f10-expat/Makefile
index 5839590..ddbe156 100644
--- a/textproc/linux-f10-expat/Makefile
+++ b/textproc/linux-f10-expat/Makefile
@@ -13,8 +13,6 @@ CATEGORIES= textproc linux
MAINTAINER= trevor@FreeBSD.org
COMMENT= Linux/i386 binary port of Expat XML-parsing library
-BUILD_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio
-
BASEVERSION= 9
ONLY_FOR_ARCHS= i386
PLIST= ${WRKDIR}/plist
@@ -24,7 +22,7 @@ pre-install:
${RM} -rf ${WRKSRC}/tmp
${MKDIR} ${WRKSRC}/tmp
cd ${WRKSRC}/tmp; \
- rpm2cpio.pl < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -div; \
+ rpm2cpio < ${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}
OpenPOWER on IntegriCloud