diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-31 16:57:18 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-31 16:57:18 +0000 |
commit | 2a9911b9a642146579976a622bfaa1ae603f4abd (patch) | |
tree | ed85e618ac9b054acedf2bbbdbd03e249be3d460 /accessibility/linux-f8-atk | |
parent | b2011bd5b628805b1849b3bb50fe8afc24d126d1 (diff) |
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
Notes
Notes:
svn path=/head/; revision=99627
Diffstat (limited to 'accessibility/linux-f8-atk')
-rw-r--r-- | accessibility/linux-f8-atk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/linux-f8-atk/Makefile b/accessibility/linux-f8-atk/Makefile index 0a984c9793b0..c20db579cd86 100644 --- a/accessibility/linux-f8-atk/Makefile +++ b/accessibility/linux-f8-atk/Makefile @@ -13,7 +13,7 @@ CATEGORIES= accessibility MAINTAINER= trevor@FreeBSD.org COMMENT= Accessibility Toolkit, Linux/i386 binary -BUILD_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio +BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm BASEVERSION= 9 ONLY_FOR_ARCHS= i386 @@ -25,7 +25,7 @@ pre-install: ${RM} -rf ${WRKSRC}/tmp ${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} ${ECHO_CMD} @dirrm usr/share/doc/atk-1.2.0 >> ${PLIST} |