diff options
author | olgeni <olgeni@FreeBSD.org> | 2016-10-23 19:26:27 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2016-10-23 19:26:27 +0800 |
commit | 3826faa6ee6bb10c09b01a613a60ea256ba6f055 (patch) | |
tree | 992ee87879830276712b0037b19f04d6a89fca09 /x11-fonts | |
parent | 86a07aec86ee83f34a4b6e8ae105bc809093ab44 (diff) | |
download | freebsd-ports-gnome-3826faa6ee6bb10c09b01a613a60ea256ba6f055.tar.gz freebsd-ports-gnome-3826faa6ee6bb10c09b01a613a60ea256ba6f055.tar.zst freebsd-ports-gnome-3826faa6ee6bb10c09b01a613a60ea256ba6f055.zip |
x11-fonts/sharefonts: add NO_ARCH and reduce diff with x11-fonts/freefonts.
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/sharefonts/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fonts/sharefonts/Makefile b/x11-fonts/sharefonts/Makefile index d4b2c96341c6..a5367cdeb1fd 100644 --- a/x11-fonts/sharefonts/Makefile +++ b/x11-fonts/sharefonts/Makefile @@ -3,7 +3,7 @@ PORTNAME= sharefonts PORTVERSION= 0.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-fonts MASTER_SITES= http://download.gimp.org/pub/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/gnu/%SUBDIR%/ \ @@ -18,8 +18,9 @@ RESTRICTED= Shareware: cannot be distributed without prior authorization NO_BUILD= yes -USES= fonts +NO_ARCH= yes SUB_FILES= pkg-message +USES= fonts do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} |