summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2024-11-05 20:02:48 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2024-11-05 20:02:48 +0100
commit1516ad07fe1438e485c571d733a7c599fac63caf (patch)
tree0972fc530d959f1633429ee4d590ac41c11673c5
parentbc1f180c82084511170ed49e35cdcba667e52d2e (diff)
fonts/font-bh-100dpi: reorder Makefile
-rw-r--r--fonts/font-bh-100dpi/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/fonts/font-bh-100dpi/Makefile b/fonts/font-bh-100dpi/Makefile
index a10d403..d3e5b22 100644
--- a/fonts/font-bh-100dpi/Makefile
+++ b/fonts/font-bh-100dpi/Makefile
@@ -1,6 +1,3 @@
-
-PKG_ARCH = *
-
COMMENT = B&H bitmap fonts 100dpi
DISTNAME = font-bh-100dpi-1.0.4
@@ -22,9 +19,11 @@ MODULES = xenocara
BUILD_DEPENDS = fonts/xorg-font-util \
x11/bdftopcf \
-CONFIGURE_STYLE = gnu
SEPARATE_BUILD = Yes
+CONFIGURE_STYLE = gnu
NO_TEST = Yes
+PKG_ARCH = *
+
.include <bsd.port.mk>