diff options
author | timur <timur@FreeBSD.org> | 2008-09-04 07:45:23 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2008-09-04 07:45:23 +0800 |
commit | 3ec8fe0d7115c8a04693821950bacf050b764878 (patch) | |
tree | f90ff35734fafbdbdefa98888a27949dd0719900 | |
parent | edf02de0da429b7bb6e8f1cec281668f186ce60d (diff) | |
download | freebsd-ports-gnome-3ec8fe0d7115c8a04693821950bacf050b764878.tar.gz freebsd-ports-gnome-3ec8fe0d7115c8a04693821950bacf050b764878.tar.zst freebsd-ports-gnome-3ec8fe0d7115c8a04693821950bacf050b764878.zip |
Let subports change CATEGORIES
-rw-r--r-- | sysutils/bacula-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 6b0fcb6c1e7a..e99bbd51d37f 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= bacula DISTVERSION= 2.4.2 -CATEGORIES= sysutils +CATEGORIES?= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bacula |