diff options
author | rillig <rillig> | 2006-09-06 09:59:24 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-09-06 09:59:24 +0000 |
commit | 46e9f2dbac4d3fa146f24311c92218a2871fda1a (patch) | |
tree | 98272eb7d036f916ee5e3ee615bdf8138621b042 /geography | |
parent | a6cece3c7847dafa85f3d50d2735c7b9123ae6df (diff) | |
download | pkgsrc-46e9f2dbac4d3fa146f24311c92218a2871fda1a.tar.gz |
Fixed path to the manual pages.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/xrmap-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/xrmap-base/Makefile b/geography/xrmap-base/Makefile index 34f9aa3e159..e04960030bf 100644 --- a/geography/xrmap-base/Makefile +++ b/geography/xrmap-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/05/11 11:05:54 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2006/09/06 09:59:24 rillig Exp $ # DISTNAME= xrmap-2.29 @@ -13,6 +13,7 @@ HOMEPAGE= http://frmas.free.fr/li_1.htm COMMENT= Earth map viewer - base program USE_IMAKE= yes +MAKE_FLAGS+= MANPATH=${PREFIX}/${PKGMANDIR} # directory shared by factbook_text and factbook_html post-install: |