diff options
author | heinz <heinz@pkgsrc.org> | 2008-01-06 16:59:31 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-01-06 16:59:31 +0000 |
commit | 8abb73b3f5c43d8564adcda68e3296c5f98340e0 (patch) | |
tree | 46923fab4d5756b845355df960d0e5f8f89775ba /misc/goffice | |
parent | 3842f2df7a184d34730e79dd09d05fe337363e51 (diff) | |
download | pkgsrc-8abb73b3f5c43d8564adcda68e3296c5f98340e0.tar.gz |
The package supports instalation to DESTDIR.
Diffstat (limited to 'misc/goffice')
-rw-r--r-- | misc/goffice/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/goffice/Makefile b/misc/goffice/Makefile index 40fa6d06ab1..73c8994cfc7 100644 --- a/misc/goffice/Makefile +++ b/misc/goffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2007/09/21 13:04:00 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2008/01/06 16:59:31 heinz Exp $ # DISTNAME= goffice-0.4.3 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ftp.gnome.org/pub/GNOME/sources/goffice/0.4/ COMMENT= Library of document-centric objects and utilities +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgoffice-0.4.pc.in |