diff options
author | rakuco <rakuco@FreeBSD.org> | 2018-05-09 03:43:16 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2018-05-09 03:43:16 +0800 |
commit | 88f9590b1c5cdc3ff223d96fd56ec19eebc0cf6e (patch) | |
tree | 9a413057362a0a954d4ff64484ef67b40feb8c00 | |
parent | 832e64b7997ea339c010d6325ff1bbde6b40095b (diff) | |
download | freebsd-ports-gnome-88f9590b1c5cdc3ff223d96fd56ec19eebc0cf6e.tar.gz freebsd-ports-gnome-88f9590b1c5cdc3ff223d96fd56ec19eebc0cf6e.tar.zst freebsd-ports-gnome-88f9590b1c5cdc3ff223d96fd56ec19eebc0cf6e.zip |
Set NO_ARCH
Follow poudriere's advice, the port does not install any architecture-specific
files.
-rw-r--r-- | x11-fonts/vollkorn-ttf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fonts/vollkorn-ttf/Makefile b/x11-fonts/vollkorn-ttf/Makefile index f4a3606a2a1f..5ca9565fa589 100644 --- a/x11-fonts/vollkorn-ttf/Makefile +++ b/x11-fonts/vollkorn-ttf/Makefile @@ -11,6 +11,7 @@ COMMENT= Free and healthy typeface for bread and butter use LICENSE= OFL11 +NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes USES= fonts zip |