aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/charis-compact/Makefile
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2013-08-05 20:56:17 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2013-08-05 20:56:17 +0000
commit183d17ecda9c008d835d63e47533d56892f14a72 (patch)
tree30ac632b96a7e1f98564bce7f3277978a1248016 /x11-fonts/charis-compact/Makefile
parent03b1cffca762aa2a121124730b69506209007236 (diff)
downloadports-183d17ecda9c008d835d63e47533d56892f14a72.tar.gz
ports-183d17ecda9c008d835d63e47533d56892f14a72.zip
Notes
Diffstat (limited to 'x11-fonts/charis-compact/Makefile')
-rw-r--r--x11-fonts/charis-compact/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/x11-fonts/charis-compact/Makefile b/x11-fonts/charis-compact/Makefile
index cfe5e46ef04c..0419e5b5c007 100644
--- a/x11-fonts/charis-compact/Makefile
+++ b/x11-fonts/charis-compact/Makefile
@@ -1,13 +1,8 @@
-# New ports collection makefile for: CharisSILCompact
-# Date created: October 14 2011
-# Whom: bf <bf@FreeBSD.org>
-#
+# Created by: bf <bf@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= CharisSILCompact
-PORTVERSION= 4.110
-PORTREVISION= 1
+PORTVERSION= 4.114
CATEGORIES= x11-fonts
#unfortunately, the SIL server embeds timestamps in the distfile, so we use a static local copy
.if defined(MAINTAINER_MODE)
@@ -37,7 +32,9 @@ USE_TGZ= yes #prevent bsd.xorg.mk from setting USE_BZIP
PLIST_FILES+= ${FONTROOTDIR:S/${PREFIX}\///}/${FONTDIR}/${PORTNAME}-${type}.ttf
.endfor
-.if !defined(NOPORTDOCS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
PORTDOCS= FONTLOG.txt OFL-FAQ.txt OFL.txt README.txt feat_set_tuned.xml
.endif
@@ -50,7 +47,7 @@ do-configure:
do-install:
@${MKDIR} ${FONTROOTDIR}/${FONTDIR}
@(cd ${WRKSRC} ; ${INSTALL_DATA} *.ttf ${FONTROOTDIR}/${FONTDIR})
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
@(cd ${WRKSRC} ; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR})
.endif