diff options
-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 |