diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-02-21 14:26:43 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-02-21 15:06:34 +0000 |
commit | ae4ebcac1b5cc0dadc3f413d9ecd18aa8f082bf9 (patch) | |
tree | 6c91ce096028dd9eab31e7e1c67b40f436706007 | |
parent | 89b4d5b2072cd36d9d53035365bc2e7683988d68 (diff) | |
download | ports-ae4ebcac1b5cc0dadc3f413d9ecd18aa8f082bf9.tar.gz ports-ae4ebcac1b5cc0dadc3f413d9ecd18aa8f082bf9.zip |
misc/hello: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104)
-rw-r--r-- | misc/hello/Makefile | 2 | ||||
-rw-r--r-- | misc/hello/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/misc/hello/Makefile b/misc/hello/Makefile index ef1158dafc02..d24372ef036f 100644 --- a/misc/hello/Makefile +++ b/misc/hello/Makefile @@ -12,7 +12,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= charsetfix gmake perl5 USE_PERL5= build + GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INFO= hello diff --git a/misc/hello/pkg-plist b/misc/hello/pkg-plist index 13a671f9c937..19c85c0506bf 100644 --- a/misc/hello/pkg-plist +++ b/misc/hello/pkg-plist @@ -1,5 +1,4 @@ bin/hello -man/man1/hello.1.gz %%NLS%%share/locale/ast/LC_MESSAGES/hello.mo %%NLS%%share/locale/bg/LC_MESSAGES/hello.mo %%NLS%%share/locale/ca/LC_MESSAGES/hello.mo @@ -44,3 +43,4 @@ man/man1/hello.1.gz %%NLS%%share/locale/vi/LC_MESSAGES/hello.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/hello.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/hello.mo +share/man/man1/hello.1.gz |