diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 07:19:38 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:08:01 +0100 |
commit | db9178878c82fb7a688d8cce7c31e720106da314 (patch) | |
tree | 6b6d49f8eb94965f78dc943d991ce44a0414db64 | |
parent | bebd9236a1a9e7a8b0d8ae88a1e692a2e09fb708 (diff) | |
download | freebsd-ports-db9178878c82fb7a688d8cce7c31e720106da314.zip |
games/foobillard: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/foobillard/Makefile | 4 | ||||
-rw-r--r-- | games/foobillard/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile index 4471e77fcdbc..34eb467e2288 100644 --- a/games/foobillard/Makefile +++ b/games/foobillard/Makefile @@ -1,6 +1,6 @@ PORTNAME= foobillard PORTVERSION= 3.0a -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/FooBillard-Sources/ @@ -53,6 +53,6 @@ post-patch: ${WRKSRC}/src/Makefile.in post-install: - ${INSTALL_MAN} ${WRKSRC}/foobillard.6 ${STAGEDIR}${PREFIX}/man/man6/foobillard.6 + ${INSTALL_MAN} ${WRKSRC}/foobillard.6 ${STAGEDIR}${PREFIX}/share/man/man6/foobillard.6 .include <bsd.port.mk> diff --git a/games/foobillard/pkg-plist b/games/foobillard/pkg-plist index 6cef97d6a494..4eb5fd4ed4a6 100644 --- a/games/foobillard/pkg-plist +++ b/games/foobillard/pkg-plist @@ -31,4 +31,4 @@ bin/foobillard %%DATADIR%%/tabletex_fB_128x128.png %%DATADIR%%/tabletex_fB_256x256.png %%DATADIR%%/youregon.ttf -man/man6/foobillard.6.gz +share/man/man6/foobillard.6.gz |