aboutsummaryrefslogtreecommitdiff
path: root/archivers/rpm2cpio
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2014-01-12 21:16:05 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2014-01-12 21:16:05 +0000
commite6e704fec223d0b1de500a57162e7e54c441c1eb (patch)
tree07a3932146a62027409f518ad409fe75bc97a08b /archivers/rpm2cpio
parent326880eb13075f41cbeac559426e7917a4422b29 (diff)
downloadports-e6e704fec223d0b1de500a57162e7e54c441c1eb.tar.gz
ports-e6e704fec223d0b1de500a57162e7e54c441c1eb.zip
Drop archivers/xz dependency: included in base system on all supported releases
Notes
Notes: svn path=/head/; revision=339549
Diffstat (limited to 'archivers/rpm2cpio')
-rw-r--r--archivers/rpm2cpio/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/rpm2cpio/Makefile b/archivers/rpm2cpio/Makefile
index cea17b7f9ec6..297f3f3c43fc 100644
--- a/archivers/rpm2cpio/Makefile
+++ b/archivers/rpm2cpio/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rpm2cpio
PORTVERSION= 1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= # none
DISTFILES= # none
@@ -19,8 +19,6 @@ REINPLACE_ARGS=
PLIST_FILES= bin/rpm2cpio.pl
-RUN_DEPENDS+= xz:${PORTSDIR}/archivers/xz
-
do-extract:
@${MKDIR} ${WRKSRC}
@${REINPLACE_CMD} -e 's|^#!/usr/bin/perl|#!${PERL}|' ${FILESDIR}/${PORTNAME} >${WRKDIR}/${PORTNAME}