git: 68861d78a444 - main - astro/rmap: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 11:08:59 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=68861d78a4443ed1991d41ee3bae2d0805c38894 commit 68861d78a4443ed1991d41ee3bae2d0805c38894 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-21 10:58:53 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-21 11:08:32 +0000 astro/rmap: Moved man to share/man Approved by: portmgr (blanket) --- astro/rmap/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/astro/rmap/Makefile b/astro/rmap/Makefile index c4560bc1bf62..c4289aba7ace 100644 --- a/astro/rmap/Makefile +++ b/astro/rmap/Makefile @@ -1,6 +1,6 @@ PORTNAME= rmap PORTVERSION= 1.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= astro geography MASTER_SITES= http://rmap.sourceforge.net/ @@ -15,11 +15,12 @@ LIB_DEPENDS= libgd.so:graphics/gd USES= gmake GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PLIST_FILES= bin/rmap man/man1/rmap.1.gz %%DATADIR%%/earth.rez \ +PLIST_FILES= bin/rmap share/man/man1/rmap.1.gz %%DATADIR%%/earth.rez \ %%DATADIR%%/rmap.colors .include <bsd.port.mk>