Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 18:06:35 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419641 - head/graphics/linux-c6-jasper
Message-ID:  <201608041806.u74I6ZpJ044112@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Aug  4 18:06:35 2016
New Revision: 419641
URL: https://svnweb.freebsd.org/changeset/ports/419641

Log:
  Make the port actually work with the current ports tree.

Modified:
  head/graphics/linux-c6-jasper/Makefile

Modified: head/graphics/linux-c6-jasper/Makefile
==============================================================================
--- head/graphics/linux-c6-jasper/Makefile	Thu Aug  4 18:02:46 2016	(r419640)
+++ head/graphics/linux-c6-jasper/Makefile	Thu Aug  4 18:06:35 2016	(r419641)
@@ -4,15 +4,15 @@ PORTNAME=	jasper
 PORTVERSION=	1.900.1
 PORTREVISION=	1
 CATEGORIES=	graphics linux
-LIB_DISTFILES=	${PORTNAME}-libs-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX}
-SRC_DISTFILES=	${DISTNAME}${SRC_SUFX}:SOURCE
+DISTNAME=	${PORTNAME}-libs-${PORTVERSION}-${RPMVERSION}
+SRC_DISTFILES=	${PORTNAME}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE
 
 MAINTAINER=	emulation@FreeBSD.org
 COMMENT=	JPEG-2000 reference implementation (Linux CentOS ${LINUX_DIST_VER})
 
 ONLY_FOR_ARCHS=	i386 amd64
 RPMVERSION=	16.el6_6.3
-USES=		linux:c6
+USE_LINUX=	c6
 USE_LINUX_APPS=	jpeg
 USE_LINUX_RPM=	yes
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608041806.u74I6ZpJ044112>