diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-02-29 01:35:52 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-02-29 01:35:52 +0000 |
commit | 939b469964ae2c9cf92615c7dc57596bcbedad03 (patch) | |
tree | a5f9d9cdcf4908c70e3a7390d5d5e11dac25be31 | |
parent | Fix build on CURRENT (diff) |
fix PKGORIGIN for net/zabbix-agent
Notes
Notes:
svn path=/head/; revision=102487
-rw-r--r-- | net-mgmt/zabbix/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/zabbix/Makefile b/net-mgmt/zabbix/Makefile index 70b1d3f18e30..817af102041a 100644 --- a/net-mgmt/zabbix/Makefile +++ b/net-mgmt/zabbix/Makefile @@ -7,7 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.0b14 -CATEGORIES= net-mgmt +CATEGORIES?= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S|b|beta|} diff --git a/net-mgmt/zabbix2/Makefile b/net-mgmt/zabbix2/Makefile index 70b1d3f18e30..817af102041a 100644 --- a/net-mgmt/zabbix2/Makefile +++ b/net-mgmt/zabbix2/Makefile @@ -7,7 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.0b14 -CATEGORIES= net-mgmt +CATEGORIES?= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S|b|beta|} |