Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jan 2017 22:37:40 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431430 - head/x11-fonts/libfontenc
Message-ID:  <201701132237.v0DMbe4A004683@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jan 13 22:37:39 2017
New Revision: 431430
URL: https://svnweb.freebsd.org/changeset/ports/431430

Log:
  Fix encodings.dir path
  
  PR:		170108
  Modified:	hiroto.kagotani@gmail.com

Modified:
  head/x11-fonts/libfontenc/Makefile

Modified: head/x11-fonts/libfontenc/Makefile
==============================================================================
--- head/x11-fonts/libfontenc/Makefile	Fri Jan 13 22:30:29 2017	(r431429)
+++ head/x11-fonts/libfontenc/Makefile	Fri Jan 13 22:37:39 2017	(r431430)
@@ -3,12 +3,18 @@
 
 PORTNAME=	libfontenc
 PORTVERSION=	1.1.3
+PORTREVISION=	1
 CATEGORIES=	x11-fonts
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	The fontenc Library
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 XORG_CAT=	lib
 USE_XORG=	xproto
 
+CONFIGURE_ARGS=	--with-encodingsdir=${LOCALBASE}/share/fonts/encodings
+
 .include <bsd.port.mk>



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