From 9edc5c1eb237b00e56a50e5ca865cfa4ae290688 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Wed, 4 Sep 2013 21:15:21 +0000 Subject: - Fix a warning "Having multiple values in 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 [*] --- japanese/font-shinonome/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'japanese/font-shinonome') 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 -# +# Created by: Yoichi NAKAYAMA # $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 + 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 -- cgit v1.2.3