diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:43:07 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:43:07 +0100 |
commit | fefe69f35aa94b0a63bb894ffe7fdfcd86fe5566 (patch) | |
tree | e539652288d3e1e48c359ec557c80e7d4eb9a960 | |
parent | 28121511b2bd47ddbba3c55eefcd6a7a495ff0bf (diff) | |
download | freebsd-ports-fefe69f35aa94b0a63bb894ffe7fdfcd86fe5566.zip |
games/sdlroids: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/sdlroids/Makefile | 3 | ||||
-rw-r--r-- | games/sdlroids/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/sdlroids/Makefile b/games/sdlroids/Makefile index e2dd47fe9b49..bd1698b062c5 100644 --- a/games/sdlroids/Makefile +++ b/games/sdlroids/Makefile @@ -1,6 +1,6 @@ PORTNAME= sdlroids DISTVERSION= 1.3.4 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= games MASTER_SITES= SF \ SF/nemysisfreebsdp/${CATEGORIES}/:icons @@ -18,6 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake sdl tar:bzip2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --datadir=${PREFIX}/share USE_CSTD= gnu89 USE_SDL= mixer sdl diff --git a/games/sdlroids/pkg-plist b/games/sdlroids/pkg-plist index 0355851fe097..09e2821c3459 100644 --- a/games/sdlroids/pkg-plist +++ b/games/sdlroids/pkg-plist @@ -1,5 +1,5 @@ bin/sdlroids -man/man6/sdlroids.6.gz +share/man/man6/sdlroids.6.gz share/pixmaps/sdlroids.png %%DATADIR%%/bmp/blank.bmp %%DATADIR%%/bmp/bomb.bmp |