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 | 18c7713f74d85d3aca03441a068fd3fd308f52b1 (patch) | |
tree | d548963e1b2b505999c4cfc38529bcf5a8c6f679 | |
parent | 158ce0338f88c737051c65a20cd0305fdb0dd160 (diff) | |
download | pkgsrc-18c7713f74d85d3aca03441a068fd3fd308f52b1.tar.gz |
Fixed PKGMANDIR.
-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" |