diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:23:24 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:23:24 +0100 |
commit | a98e69731d9ffac5b745919b6a886382fd2ab22e (patch) | |
tree | b9ac2a767cf034c817168b1a8a055215721ba8b0 | |
parent | 2d41d6d528430654d602057538a35ae8dc19ddd5 (diff) | |
download | freebsd-ports-a98e69731d9ffac5b745919b6a886382fd2ab22e.zip |
games/lincity: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/lincity/Makefile | 3 | ||||
-rw-r--r-- | games/lincity/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/lincity/Makefile b/games/lincity/Makefile index 7d5ea36388d2..4d02f40e106e 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -1,6 +1,6 @@ PORTNAME= lincity PORTVERSION= 1.13.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Lincity%20Development%20Source/${PORTVERSION} @@ -15,6 +15,7 @@ LIB_DEPENDS= libpng.so:graphics/png USES= gmake GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/games/lincity/pkg-plist b/games/lincity/pkg-plist index 6328973b754f..856a111a1308 100644 --- a/games/lincity/pkg-plist +++ b/games/lincity/pkg-plist @@ -1,5 +1,5 @@ %%PROG%% -man/man6/lincity.6.gz +share/man/man6/lincity.6.gz %%DATADIR%%/colour.pal %%DATADIR%%/help/ask-dir.hlp %%DATADIR%%/help/blacksmith.hlp |