svn commit: r385702 - head/devel/liblouis

Antoine Brodin antoine at FreeBSD.org
Thu May 7 22:33:46 UTC 2015


Author: antoine
Date: Thu May  7 22:33:44 2015
New Revision: 385702
URL: https://svnweb.freebsd.org/changeset/ports/385702

Log:
  Properly register info page

Modified:
  head/devel/liblouis/Makefile
  head/devel/liblouis/pkg-plist

Modified: head/devel/liblouis/Makefile
==============================================================================
--- head/devel/liblouis/Makefile	Thu May  7 22:32:04 2015	(r385701)
+++ head/devel/liblouis/Makefile	Thu May  7 22:33:44 2015	(r385702)
@@ -3,6 +3,7 @@
 
 PORTNAME=	liblouis
 PORTVERSION=	2.5.4
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.liblouis.org/downloads/
 
@@ -16,6 +17,7 @@ OPTIONS_DEFINE=	DOCS
 USES=		gmake libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+INFO=		liblouis
 
 post-extract:
 	@${REINPLACE_CMD} -e \

Modified: head/devel/liblouis/pkg-plist
==============================================================================
--- head/devel/liblouis/pkg-plist	Thu May  7 22:32:04 2015	(r385701)
+++ head/devel/liblouis/pkg-plist	Thu May  7 22:33:44 2015	(r385702)
@@ -258,7 +258,6 @@ bin/lou_trace
 bin/lou_translate
 include/liblouis/liblouis.h
 include/liblouis/louis.h
-info/liblouis.info
 lib/liblouis.a
 lib/liblouis.so
 lib/liblouis.so.2


More information about the svn-ports-all mailing list