diff options
author | wiz <wiz@pkgsrc.org> | 2013-03-04 21:57:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-03-04 21:57:21 +0000 |
commit | 362d853ff868af126c1c47f1849854f1ff8cc83e (patch) | |
tree | 90c831b60b2c2edc2f8d79c09d5c532ff7a500e6 /sysutils | |
parent | 6baa8f0dbdae38764eaf17484f8a4c360824fb6a (diff) | |
download | pkgsrc-362d853ff868af126c1c47f1849854f1ff8cc83e.tar.gz |
Revert agpl3 rename.
Requested by gdt.
pkgsrc policy: file names per OSI, not per default-allowed set.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula/Makefile.common b/sysutils/bacula/Makefile.common index 3dd67291935..c0916a07921 100644 --- a/sysutils/bacula/Makefile.common +++ b/sysutils/bacula/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.60 2013/03/03 23:53:45 wiz Exp $ +# $NetBSD: Makefile.common,v 1.61 2013/03/04 21:57:21 wiz Exp $ # # used by sysutils/bacula-clientonly/Makefile # used by sysutils/bacula-tray-monitor/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.bacula.org/ COMMENT?= The Network Backup Solution -LICENSE= gnu-agpl-v3-license +LICENSE= gnu-agpl-v3 USE_LANGUAGES= c c++ USE_LIBTOOL= yes |