Skip to content

Commit

Permalink
astro/rmap: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 21, 2024
1 parent f5af5b0 commit 68861d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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/

Expand All @@ -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>

0 comments on commit 68861d7

Please sign in to comment.