diff options
author | hrs <hrs@FreeBSD.org> | 2015-09-26 06:02:16 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2015-09-26 06:02:16 +0800 |
commit | 8359b9f3bd1ba55fa8aed2b943af82c787150d5a (patch) | |
tree | b0092703e641ca4e84293a723b7b22b069894dd3 /japanese/font-shinonome | |
parent | 0829dc7a7bd944fc1154a29147c639d367df276c (diff) | |
download | freebsd-ports-gnome-8359b9f3bd1ba55fa8aed2b943af82c787150d5a.tar.gz freebsd-ports-gnome-8359b9f3bd1ba55fa8aed2b943af82c787150d5a.tar.zst freebsd-ports-gnome-8359b9f3bd1ba55fa8aed2b943af82c787150d5a.zip |
Mark NO_ARCH.
Diffstat (limited to 'japanese/font-shinonome')
-rw-r--r-- | japanese/font-shinonome/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/font-shinonome/Makefile b/japanese/font-shinonome/Makefile index 7bf463c3ee75..fbb93eefbdf1 100644 --- a/japanese/font-shinonome/Makefile +++ b/japanese/font-shinonome/Makefile @@ -3,7 +3,7 @@ PORTNAME= shinonome PORTVERSION= 0.9.11.p1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese x11-fonts MASTER_SITES= http://openlab.jp/efont/dist/shinonome/%SUBDIR%/ MASTER_SITE_SUBDIR= . old @@ -17,6 +17,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf USES= fonts tar:bzip2 FONTNAME= misc +NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME:C/^font-//}-${PORTVERSION:C/.p.*$//} DATADIR= ${PREFIX}/share/font-${PORTNAME} SUB_FILES= pkg-install |