diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 20:06:36 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 20:06:36 +0100 |
commit | 8ae4d27208abad377da7a696b25c6f9a0c3edfc5 (patch) | |
tree | 0f1fb3661b466e4a61efaa96fd2ba7e0787ff11c /fonts | |
parent | 3e93e79265cd62ee6e3efd2e2edbaee6e8ff946f (diff) |
fonts/font-cursor-misc: reorder Makefile
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/font-cursor-misc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/fonts/font-cursor-misc/Makefile b/fonts/font-cursor-misc/Makefile index 3fd4401..e221e30 100644 --- a/fonts/font-cursor-misc/Makefile +++ b/fonts/font-cursor-misc/Makefile @@ -1,6 +1,3 @@ - -PKG_ARCH = * - COMMENT = X Cursor font DISTNAME = font-cursor-misc-1.0.4 @@ -21,9 +18,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> |