svn commit: r421396 - head/devel/linux-c6-libpciaccess

Tijl Coosemans tijl at FreeBSD.org
Mon Sep 5 21:02:03 UTC 2016


Author: tijl
Date: Mon Sep  5 21:02:02 2016
New Revision: 421396
URL: https://svnweb.freebsd.org/changeset/ports/421396

Log:
  Set DESCR correctly and remove pkg-descr.
  
  PR:		211302
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Deleted:
  head/devel/linux-c6-libpciaccess/pkg-descr
Modified:
  head/devel/linux-c6-libpciaccess/Makefile

Modified: head/devel/linux-c6-libpciaccess/Makefile
==============================================================================
--- head/devel/linux-c6-libpciaccess/Makefile	Mon Sep  5 20:55:54 2016	(r421395)
+++ head/devel/linux-c6-libpciaccess/Makefile	Mon Sep  5 21:02:02 2016	(r421396)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libpciaccess
 PORTVERSION=	0.13.4
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	emulation at FreeBSD.org
@@ -14,7 +15,7 @@ USES=		linux:c6
 RPMVERSION=	1.el6
 USE_LINUX_RPM=	yes
 USE_LDCONFIG=	yes
-DESC=	${.CURDIR}/../${PORTNAME}/pkg-descr
+DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
 
 PLIST_SUB+=	NLS=""
 


More information about the svn-ports-all mailing list