diff options
author | joerg <joerg@pkgsrc.org> | 2007-10-28 15:31:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-10-28 15:31:23 +0000 |
commit | 7f03590014bb825d68bf6299769746a5fa2cf9cf (patch) | |
tree | b408b33d1ccfd7b019ae8c4fedcae4496e4728da /databases/gramps2 | |
parent | fb376375ffcafac48c2955d75c05385834af0442 (diff) | |
download | pkgsrc-7f03590014bb825d68bf6299769746a5fa2cf9cf.tar.gz |
Supports DESTDIR.
Diffstat (limited to 'databases/gramps2')
-rw-r--r-- | databases/gramps2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/gramps2/Makefile b/databases/gramps2/Makefile index 248c608f5a0..533059c98d2 100644 --- a/databases/gramps2/Makefile +++ b/databases/gramps2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2007/09/21 13:03:31 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2007/10/28 15:31:23 joerg Exp $ # DISTNAME= gramps-2.2.8 @@ -10,6 +10,8 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://gramps-project.org/ COMMENT= Genealogical Research and Analysis Management Programming System +PKG_DESTDIR_SUPPORT= user-destdir + USE_DIRS+= xdg-1.1 USE_TOOLS+= msgfmt pkg-config intltool msgconv USE_PKGLOCALEDIR= yes |