diff options
author | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
commit | 53d692acd8a71f89a941dada62a4345937a07233 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /mail/claws-mail | |
parent | 3ed0ee791ad16bb4ffe35b3ae38c3c23a87b463f (diff) | |
download | pkgsrc-53d692acd8a71f89a941dada62a4345937a07233.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/claws-mail/Makefile.common b/mail/claws-mail/Makefile.common index afaefad1275..fc9de324c39 100644 --- a/mail/claws-mail/Makefile.common +++ b/mail/claws-mail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2008/10/15 16:22:02 smb Exp $ +# $NetBSD: Makefile.common,v 1.9 2009/05/19 08:59:20 wiz Exp $ # used by mail/claws-mail/plugins.mk @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/} EXTRACT_SUFX= .tar.bz2 HOMEPAGE= http://claws-mail.org/ +LICENSE= gnu-gpl-v3 DISTINFO_FILE= ${.CURDIR}/../../mail/claws-mail/distinfo PATCHDIR= ${.CURDIR}/../../mail/claws-mail/patches @@ -25,8 +26,6 @@ GNU_CONFIGURE= YES # Force gnome detection off to avoid installing some extra files CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="no" -#LICENSE= gplv3 - CONFIGURE_ARGS+= --enable-enchant CONFIGURE_ARGS+= --enable-nls CONFIGURE_ARGS+= --enable-openssl |