git: adce1f4079be - main - x11-fonts/fntsample: Sort PLIST_FILES after 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 05:14:46 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=adce1f4079be5cf7d74029dcd20f84eadfcc8a9c
commit adce1f4079be5cf7d74029dcd20f84eadfcc8a9c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-05-22 04:22:27 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-05-22 04:22:27 +0000
x11-fonts/fntsample: Sort PLIST_FILES after 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1
---
x11-fonts/fntsample/Makefile | 4 ++--
1 file 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