aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-21 10:58:53 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-21 11:08:32 +0000
commit68861d78a4443ed1991d41ee3bae2d0805c38894 (patch)
tree76b8a32e172500bcd730d2566440d773a1c4a748
parentf5af5b07e504080a65f84b653246b4b5f44f4488 (diff)
downloadports-68861d78a4443ed1991d41ee3bae2d0805c38894.tar.gz
ports-68861d78a4443ed1991d41ee3bae2d0805c38894.zip
astro/rmap: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--astro/rmap/Makefile5
1 files 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>