diff options
-rw-r--r-- | sysutils/amanda-common/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/amanda-common/Makefile.common b/sysutils/amanda-common/Makefile.common index d294e2b011c..c43965e5da2 100644 --- a/sysutils/amanda-common/Makefile.common +++ b/sysutils/amanda-common/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.27 2008/07/29 17:21:39 pgoyette Exp $ +# $NetBSD: Makefile.common,v 1.28 2009/12/14 23:33:01 heinz Exp $ # used by sysutils/amanda-common/Makefile # used by sysutils/amanda-client/Makefile @@ -12,6 +12,7 @@ MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE:=amanda/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.amanda.org/ +LICENSE= modified-bsd # basically equivalent .include "../../mk/bsd.prefs.mk" |