aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-shinonome
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-09-04 21:15:21 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-09-04 21:15:21 +0000
commit9edc5c1eb237b00e56a50e5ca865cfa4ae290688 (patch)
tree50783d2a432030563550cbc1eb312bc5333bf86b /japanese/font-shinonome
parentd8b0e5a7d7d78b28b099311555abbf220adff5d7 (diff)
downloadports-9edc5c1eb237b00e56a50e5ca865cfa4ae290688.tar.gz
ports-9edc5c1eb237b00e56a50e5ca865cfa4ae290688.zip
Notes
Diffstat (limited to 'japanese/font-shinonome')
-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