diff options
author | heinz <heinz@pkgsrc.org> | 2007-10-23 20:17:58 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-10-23 20:17:58 +0000 |
commit | f8e6d19c155c6ef1874cb42d93c0a42fba37cccf (patch) | |
tree | 6418e4f82aa096f201da3c15dc4fb35622d38cde /x11/xplanet | |
parent | 4560341e898301ba6df88342664e8eb4ef6bf1ee (diff) | |
download | pkgsrc-f8e6d19c155c6ef1874cb42d93c0a42fba37cccf.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'x11/xplanet')
-rw-r--r-- | x11/xplanet/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xplanet/Makefile b/x11/xplanet/Makefile index c7fe9eae347..3b8c2fc5331 100644 --- a/x11/xplanet/Makefile +++ b/x11/xplanet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2007/08/01 20:15:05 tron Exp $ +# $NetBSD: Makefile,v 1.41 2007/10/23 20:17:58 heinz Exp $ DISTNAME= xplanet-1.2.0 PKGREVISION= 5 @@ -9,6 +9,8 @@ MAINTAINER= atatat@NetBSD.org HOMEPAGE= http://xplanet.sourceforge.net/ COMMENT= Rotating rendered map of the Earth in X11 root window +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_TOOLS+= gmake GNU_CONFIGURE= yes |