diff options
-rw-r--r-- | games/typespeed/Makefile | 3 | ||||
-rw-r--r-- | games/typespeed/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/typespeed/Makefile b/games/typespeed/Makefile index cbd28b52b77f..b45a96433238 100644 --- a/games/typespeed/Makefile +++ b/games/typespeed/Makefile @@ -1,6 +1,6 @@ PORTNAME= typespeed PORTVERSION= 0.6.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= ncurses GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-highscoredir="${SCOREDIR}" SCOREDIR= /var/games/typespeed diff --git a/games/typespeed/pkg-plist b/games/typespeed/pkg-plist index d4a9a42130dd..d7cee71f9451 100644 --- a/games/typespeed/pkg-plist +++ b/games/typespeed/pkg-plist @@ -1,7 +1,7 @@ @(,games,2555) bin/typespeed bin/typespeed-hs-conv @sample etc/typespeedrc.sample -man/man6/typespeed.6.gz +share/man/man6/typespeed.6.gz %%PORTDOCS%%%%DOCSDIR%%/README %%NLS%%share/locale/de_DE/LC_MESSAGES/typespeed.mo %%NLS%%share/locale/fr_FR/LC_MESSAGES/typespeed.mo |