diff options
author | adam <adam@pkgsrc.org> | 2008-11-21 15:30:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-11-21 15:30:40 +0000 |
commit | 910883f1b69fb2204a2961b7910b8423000c1ec5 (patch) | |
tree | d0d4d6166a4544c23136f3d8646632ea0a2b9c98 | |
parent | 151f732bbb3dde953d78bf067aeb2195bbe4ec57 (diff) | |
download | pkgsrc-910883f1b69fb2204a2961b7910b8423000c1ec5.tar.gz |
Unify package names for bacula
-rw-r--r-- | sysutils/bacula-gnome-console/Makefile | 8 | ||||
-rw-r--r-- | sysutils/bacula-tray-monitor/Makefile | 6 | ||||
-rw-r--r-- | sysutils/bacula-wx-console/Makefile | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/sysutils/bacula-gnome-console/Makefile b/sysutils/bacula-gnome-console/Makefile index 857582a0726..fe50d243449 100644 --- a/sysutils/bacula-gnome-console/Makefile +++ b/sysutils/bacula-gnome-console/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2008/11/21 14:09:31 adam Exp $ +# $NetBSD: Makefile,v 1.18 2008/11/21 15:30:40 adam Exp $ -PKGNAME= ${DISTNAME:S/-/-gnomeconsole-/} -COMMENT= Gnome console for Bacula - The Network Backup Solution -CATEGORIES+= gnome +PKGNAME= ${DISTNAME:S/-/-gnome-console-/} +COMMENT= Gnome console for Bacula - The Network Backup Solution +CATEGORIES+= gnome PKG_DESTDIR_SUPPORT= user-destdir diff --git a/sysutils/bacula-tray-monitor/Makefile b/sysutils/bacula-tray-monitor/Makefile index a5bf08d182c..a2ba06685e0 100644 --- a/sysutils/bacula-tray-monitor/Makefile +++ b/sysutils/bacula-tray-monitor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2008/01/04 14:32:53 ghen Exp $ +# $NetBSD: Makefile,v 1.8 2008/11/21 15:30:40 adam Exp $ -PKGNAME= ${DISTNAME:S/-/-traymonitor-/} -COMMENT= System tray monitor for Bacula - The Network Backup Solution +PKGNAME= ${DISTNAME:S/-/-tray-monitor-/} +COMMENT= System tray monitor for Bacula - The Network Backup Solution PKG_DESTDIR_SUPPORT= user-destdir diff --git a/sysutils/bacula-wx-console/Makefile b/sysutils/bacula-wx-console/Makefile index 135abae92ad..56a23317205 100644 --- a/sysutils/bacula-wx-console/Makefile +++ b/sysutils/bacula-wx-console/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2008/11/21 14:09:31 adam Exp $ +# $NetBSD: Makefile,v 1.10 2008/11/21 15:30:40 adam Exp $ -PKGNAME= ${DISTNAME:S/-/-wxconsole-/} -COMMENT= wxWindows-based console for Bacula - The Network Backup Solution +PKGNAME= ${DISTNAME:S/-/-wx-console-/} +COMMENT= wxWindows-based console for Bacula - The Network Backup Solution PKG_DESTDIR_SUPPORT= user-destdir |