[Midnightbsd-cvs] mports [16896] trunk/textproc/libuninameslist/Makefile: fix fetch and modernize

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 7 01:05:32 EDT 2014


Revision: 16896
          http://svnweb.midnightbsd.org/mports/?rev=16896
Author:   laffer1
Date:     2014-09-07 01:05:31 -0400 (Sun, 07 Sep 2014)
Log Message:
-----------
fix fetch and modernize

Modified Paths:
--------------
    trunk/textproc/libuninameslist/Makefile

Modified: trunk/textproc/libuninameslist/Makefile
===================================================================
--- trunk/textproc/libuninameslist/Makefile	2014-09-07 05:03:53 UTC (rev 16895)
+++ trunk/textproc/libuninameslist/Makefile	2014-09-07 05:05:31 UTC (rev 16896)
@@ -2,18 +2,19 @@
 
 PORTNAME=	libuninameslist
 PORTVERSION=	20091231
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20sources/Unicode_5.2-${PORTVERSION}
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A library of Unicode annotation data
+COMMENT=	Library of Unicode annotation data
+
 LICENSE=	gpl2
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_AUTOTOOLS=	libtool
+USES=		gmake tar:bzip2 libtool
+GNU_CONFIGURE=	yes
 ALL_TARGET=	both
 USE_LDCONFIG=	yes
 



More information about the Midnightbsd-cvs mailing list