aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-01-13 22:37:39 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-01-13 22:37:39 +0000
commitc83458c6537a8f3146cccdff91143dad3d8a76be (patch)
treee1924d1ee74455b21e15992f245b7e94c563a95b /x11-fonts
parent7c76dae62b55fdaa5c575557c649d3174bfe53ea (diff)
downloadports-c83458c6537a8f3146cccdff91143dad3d8a76be.tar.gz
ports-c83458c6537a8f3146cccdff91143dad3d8a76be.zip
Fix encodings.dir path
PR: 170108 Modified: hiroto.kagotani@gmail.com
Notes
Notes: svn path=/head/; revision=431430
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/libfontenc/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-fonts/libfontenc/Makefile b/x11-fonts/libfontenc/Makefile
index d2669e6c0e5a..e33de45519a4 100644
--- a/x11-fonts/libfontenc/Makefile
+++ b/x11-fonts/libfontenc/Makefile
@@ -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>