aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 18:23:41 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 19:01:47 +0000
commit81516ec7cfbfbb723d6b95a94ea75110b9706dca (patch)
treec2287ea1e158bca3b3d9eea8e0f06fb183043855
parentfe6453de2eae6206b9ab1973785ac5775ff1403a (diff)
downloadports-81516ec7cfbfbb723d6b95a94ea75110b9706dca.tar.gz
ports-81516ec7cfbfbb723d6b95a94ea75110b9706dca.zip
games/awale: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--games/awale/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/awale/Makefile b/games/awale/Makefile
index cdec4029c189..5d39024b9dbd 100644
--- a/games/awale/Makefile
+++ b/games/awale/Makefile
@@ -1,5 +1,6 @@
PORTNAME= awale
PORTVERSION= 1.6
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SAVANNAH
@@ -12,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= tk:wrapper
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
SUB_FILES= pkg-message
@@ -19,8 +21,8 @@ PORTDATA= *
PORTDOCS= *
PLIST_FILES= bin/awale \
bin/xawale \
- man/man6/awale.6.gz \
- man/man6/xawale.6.gz \
+ share/man/man6/awale.6.gz \
+ share/man/man6/xawale.6.gz \
share/applications/awale.desktop
OPTIONS_DEFINE= DOCS