svn commit: r388549 - head/x11-toolkits/linux-c6-tk85

Baptiste Daroussin bapt at FreeBSD.org
Thu Jun 4 21:10:52 UTC 2015


Author: bapt
Date: Thu Jun  4 21:10:51 2015
New Revision: 388549
URL: https://svnweb.freebsd.org/changeset/ports/388549

Log:
  Use USE_LINUX_RPM_BAD_PERMS

Modified:
  head/x11-toolkits/linux-c6-tk85/Makefile

Modified: head/x11-toolkits/linux-c6-tk85/Makefile
==============================================================================
--- head/x11-toolkits/linux-c6-tk85/Makefile	Thu Jun  4 21:09:18 2015	(r388548)
+++ head/x11-toolkits/linux-c6-tk85/Makefile	Thu Jun  4 21:10:51 2015	(r388549)
@@ -10,22 +10,17 @@ PKGNAMESUFFIX=	85
 MAINTAINER=	emulation at FreeBSD.org
 COMMENT=	Graphical toolkit for TCL (Linux CentOS ${LINUX_DIST_VER})
 
-EXTRACT_DEPENDS=rpm2archive:${PORTSDIR}/archivers/rpm4
-
 CONFLICTS=	linux-f10-tk85-[0-9]*
 
 USE_LINUX=	c6
 USE_LINUX_RPM=	yes
+USE_LINUX_RPM_BAD_PERMS=	yes
 USE_LINUX_APPS=	xorglibs
 
 RPMVERSION=	5.el6
 BRANDELF_FILES=	#usr/bin/wish8.5
 USE_LDCONFIG=	yes
 
-EXTRACT_CMD=	${LOCALBASE}/bin/rpm2archive
-EXTRACT_BEFORE_ARGS=	<
-EXTRACT_AFTER_ARGS=	| ${GZIP_CMD} -cd | ${TAR} xf - --no-same-owner --no-same-permissions
-
 DESCR=		${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list