aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-22 04:22:27 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-22 04:22:27 +0000
commitadce1f4079be5cf7d74029dcd20f84eadfcc8a9c (patch)
tree463a331f33f4a388ae05ee6b452911c87fc22cab /x11-fonts
parent43ec765aff63736a84d1eb49eb11791583254e08 (diff)
downloadports-adce1f4079be5cf7d74029dcd20f84eadfcc8a9c.tar.gz
ports-adce1f4079be5cf7d74029dcd20f84eadfcc8a9c.zip
x11-fonts/fntsample: Sort PLIST_FILES after 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/fntsample/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/fntsample/Makefile b/x11-fonts/fntsample/Makefile
index 33325ca8e43b..886bc52a689f 100644
--- a/x11-fonts/fntsample/Makefile
+++ b/x11-fonts/fntsample/Makefile
@@ -26,8 +26,8 @@ CMAKE_ARGS= -DUNICODE_BLOCKS=${WRKSRC}/Blocks.txt
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/fntsample \
- share/man/man1/fntsample.1.gz \
- share/locale/uk/LC_MESSAGES/fntsample.mo
+ share/locale/uk/LC_MESSAGES/fntsample.mo \
+ share/man/man1/fntsample.1.gz
GH_ACCOUNT= eugmes
USE_GITHUB= yes