aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/font-shinonome/Makefile
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2013-09-05 05:15:21 +0800
committerhrs <hrs@FreeBSD.org>2013-09-05 05:15:21 +0800
commit63ba9febfa002cd557c020ccedab7396ac671e84 (patch)
tree50783d2a432030563550cbc1eb312bc5333bf86b /japanese/font-shinonome/Makefile
parent09148ad2edbc12f68de084005ba1c102f41bbede (diff)
downloadfreebsd-ports-gnome-63ba9febfa002cd557c020ccedab7396ac671e84.tar.gz
freebsd-ports-gnome-63ba9febfa002cd557c020ccedab7396ac671e84.tar.zst
freebsd-ports-gnome-63ba9febfa002cd557c020ccedab7396ac671e84.zip
- Fix a warning "Having multiple values in <test> isn't supported and may
not work as expected" when using the latest x11-fonts/fontconfig [*]. - Update to the latest version (font-migu, font-ume, font-vlgothic). - Style clean-ups. PR: ports/181701 [*]
Diffstat (limited to 'japanese/font-shinonome/Makefile')
-rw-r--r--japanese/font-shinonome/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/japanese/font-shinonome/Makefile b/japanese/font-shinonome/Makefile
index 5da6d410f67b..8921a797791d 100644
--- a/japanese/font-shinonome/Makefile
+++ b/japanese/font-shinonome/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: shinonome
-# Date created: June 15 2001
-# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
-#
+# Created by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
# $FreeBSD$
-#
PORTNAME= font-shinonome
PORTVERSION= 0.9.11.p1
@@ -53,6 +49,10 @@ FONTNAMES=\
shnmk16 shnmk16b shnmk16i shnmk16bi \
shnmk16min shnmk16minb shnmk16mini shnmk16minbi
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.options.mk>
+
do-build:
@${ECHO_CMD} -n "Compressing PCF fonts"
@cd ${WRKSRC} && for F in ${FONTNAMES}; do \
@@ -71,7 +71,7 @@ do-install:
post-install:
${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif