From 68861d78a4443ed1991d41ee3bae2d0805c38894 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Wed, 21 Feb 2024 11:58:53 +0100 Subject: [PATCH] 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 c4560bc1bf624..c4289aba7acec 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