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 | |
parent | fb376375ffcafac48c2955d75c05385834af0442 (diff) | |
download | pkgsrc-7f03590014bb825d68bf6299769746a5fa2cf9cf.tar.gz |
Supports DESTDIR.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gramps2/Makefile | 4 | ||||
-rw-r--r-- | databases/shared-mime-info/Makefile | 3 |
2 files changed, 5 insertions, 2 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 diff --git a/databases/shared-mime-info/Makefile b/databases/shared-mime-info/Makefile index 32fc9fb6504..6152719324b 100644 --- a/databases/shared-mime-info/Makefile +++ b/databases/shared-mime-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2007/10/11 18:56:16 drochner Exp $ +# $NetBSD: Makefile,v 1.29 2007/10/28 15:31:38 joerg Exp $ # DISTNAME= shared-mime-info-0.22 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.freedesktop.org/wiki/Software/shared-mime-info COMMENT= Core database of common types PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES USE_LANGUAGES+= c99 |