diff options
author | sbd <sbd@pkgsrc.org> | 2012-07-19 07:30:55 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-07-19 07:30:55 +0000 |
commit | 3fb80873b0700ccaf206f5799ea3ca256171a01b (patch) | |
tree | b7b48047a323dc086a8d6566e5d6433f62eae355 /sysutils/amanda-common | |
parent | 78b6052c65192b97510dd4af14c04d528688050b (diff) | |
download | pkgsrc-3fb80873b0700ccaf206f5799ea3ca256171a01b.tar.gz |
Correctly set Amanda license.
Diffstat (limited to 'sysutils/amanda-common')
-rw-r--r-- | sysutils/amanda-common/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-common/Makefile.common b/sysutils/amanda-common/Makefile.common index 126fe4c65bf..7d6532bf4fd 100644 --- a/sysutils/amanda-common/Makefile.common +++ b/sysutils/amanda-common/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.30 2012/05/20 11:13:35 sbd Exp $ +# $NetBSD: Makefile.common,v 1.31 2012/07/19 07:30:55 sbd Exp $ # used by sysutils/amanda-common/Makefile # used by sysutils/amanda-client/Makefile @@ -12,7 +12,7 @@ MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE:=amanda/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.amanda.org/ -LICENSE= modified-bsd # basically equivalent +LICENSE= modified-bsd AND gnu-gpl-v2 .include "../../mk/bsd.prefs.mk" |