aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-09 10:48:40 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-09 11:04:53 +0000
commitea49f8210b84182820832cfb284c02153b266ad7 (patch)
treea903edcb5675a713dbe41c851815b75e24acf01c
parent4172ccc097ba7b7b2dca361c03afc60d38868187 (diff)
downloadports-ea49f8210b84182820832cfb284c02153b266ad7.tar.gz
ports-ea49f8210b84182820832cfb284c02153b266ad7.zip
games/scramble: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--games/scramble/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/scramble/Makefile b/games/scramble/Makefile
index 22b20a5dd0d9..614e40d509de 100644
--- a/games/scramble/Makefile
+++ b/games/scramble/Makefile
@@ -1,6 +1,6 @@
PORTNAME= scramble
PORTVERSION= 0.9.5
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= games
MASTER_SITES= http://www.shiftygames.com/scramble/ \
http://mirror.amdmi3.ru/distfiles/
@@ -10,6 +10,7 @@ COMMENT= From 6 letters you are to create as many words as you can
WWW= http://www.shiftygames.com/scramble/scramble.html
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USES= gmake sdl
USE_SDL= sdl mixer image ttf
@@ -17,7 +18,7 @@ CPPFLAGS+= `${SDL_CONFIG} --cflags`
LDFLAGS+= `${SDL_CONFIG} --libs`
PLIST_FILES= bin/${PORTNAME} \
- man/man6/scramble.6.gz
+ share/man/man6/scramble.6.gz
PORTDATA= *
.include <bsd.port.pre.mk>