diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /mail/evolution | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 6b461fe5857..c523fc82e4c 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.134 2008/06/05 11:08:08 drochner Exp $ +# $NetBSD: Makefile,v 1.135 2008/06/12 02:14:34 joerg Exp $ DISTNAME= evolution-2.22.2 PKGREVISION= 1 @@ -10,6 +10,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnome.org/projects/evolution/ COMMENT= GNOME mailer, calendar, contact manager, and communications tool +PKG_DESTDIR_SUPPORT= user-destdir + PKG_OPTIONS_VAR= PKG_OPTIONS.evolution PKG_SUGGESTED_OPTIONS= inet6 ssl PKG_SUPPORTED_OPTIONS= inet6 krb4 krb5 ssl |