diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-01 21:23:55 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-01 21:41:24 +0800 |
commit | a9a4218ac9beee607b368eb3b535fbe31d7a4a41 (patch) | |
tree | 67d1ddd43a735b7d0fdf2c5016422b004d471070 | |
parent | dns/public_suffix_list: Update to 20211028 (diff) |
deskutils/when: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104)
-rw-r--r-- | deskutils/when/Makefile | 2 | ||||
-rw-r--r-- | deskutils/when/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/when/Makefile b/deskutils/when/Makefile index f18f68206af7..a038717ee433 100644 --- a/deskutils/when/Makefile +++ b/deskutils/when/Makefile @@ -13,7 +13,7 @@ LICENSE_COMB= dual USES= perl5 shebangfix USE_PERL5= run -MAKE_ARGS= MANDIR=${PREFIX}/man/man1 prefix=${PREFIX} +MAKE_ARGS= MANDIR=${PREFIX}/share/man/man1 prefix=${PREFIX} NO_ARCH= yes NO_BUILD= yes diff --git a/deskutils/when/pkg-plist b/deskutils/when/pkg-plist index 39ed863225ec..5490d224d921 100644 --- a/deskutils/when/pkg-plist +++ b/deskutils/when/pkg-plist @@ -1,2 +1,2 @@ bin/when -man/man1/when.1.gz +share/man/man1/when.1.gz |