aboutsummaryrefslogtreecommitdiff
path: root/devel/linux-glib2
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-01-31 16:57:18 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-01-31 16:57:18 +0000
commit2a9911b9a642146579976a622bfaa1ae603f4abd (patch)
treeed85e618ac9b054acedf2bbbdbd03e249be3d460 /devel/linux-glib2
parentb2011bd5b628805b1849b3bb50fe8afc24d126d1 (diff)
Notes
Diffstat (limited to 'devel/linux-glib2')
-rw-r--r--devel/linux-glib2/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/linux-glib2/Makefile b/devel/linux-glib2/Makefile
index 9d49e28c4f46..acde76e543f6 100644
--- a/devel/linux-glib2/Makefile
+++ b/devel/linux-glib2/Makefile
@@ -13,8 +13,6 @@ CATEGORIES= devel linux
MAINTAINER= trevor@FreeBSD.org
COMMENT= Version 2.X Linux/i386 binary port of GLib
-BUILD_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio
-
BASEVERSION= 9
ONLY_FOR_ARCHS= i386
PLIST= ${WRKDIR}/plist
@@ -25,7 +23,7 @@ pre-install:
${RM} -rf ${WRKSRC}/tmp
${MKDIR} ${WRKSRC}/tmp
cd ${WRKSRC}/tmp; \
- rpm2cpio.pl < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | \
+ rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | \
${CPIO} -id; ${FIND} * -type f -o -type l > ${PLIST}; \
${FIND} -d * -type d | ${GREP} glib | ${SED} -e 's:^:@dirrm :' \
>> ${PLIST}