diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-04 09:23:01 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-04 09:23:01 +0000 |
commit | f20ca158d74475e78ea156c9a459b310ee44ea0a (patch) | |
tree | d548963e1b2b505999c4cfc38529bcf5a8c6f679 /x11/xearth | |
parent | 3f3852caae22306240e485540fb5965f54be52e9 (diff) | |
download | pkgsrc-f20ca158d74475e78ea156c9a459b310ee44ea0a.tar.gz |
Fixed PKGMANDIR.
Diffstat (limited to 'x11/xearth')
-rw-r--r-- | x11/xearth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xearth/Makefile b/x11/xearth/Makefile index 7a818536b84..5a06192d83e 100644 --- a/x11/xearth/Makefile +++ b/x11/xearth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/10/04 22:06:57 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2006/11/04 09:23:01 rillig Exp $ # DISTNAME= xearth-1.1 @@ -12,5 +12,6 @@ HOMEPAGE= # AWOL COMMENT= Rotating map of the Earth in X11 root window USE_IMAKE= yes +INSTALL_MAKE_FLAGS= MANPATH=${PREFIX}/${PKGMANDIR} .include "../../mk/bsd.pkg.mk" |