diff options
author | pav <pav@FreeBSD.org> | 2005-11-29 08:13:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-29 08:13:23 +0800 |
commit | 1bd8049075aa8871b244a5d3918bb075dd39a0a8 (patch) | |
tree | 6a06e34d9b4aabf703fff7c0993109709f67a571 /net-mgmt/netams/Makefile | |
parent | 9396e5ef2fe635d97ea5d7d3d99bb8a4f0273d0a (diff) | |
download | freebsd-ports-gnome-1bd8049075aa8871b244a5d3918bb075dd39a0a8.tar.gz freebsd-ports-gnome-1bd8049075aa8871b244a5d3918bb075dd39a0a8.tar.zst freebsd-ports-gnome-1bd8049075aa8871b244a5d3918bb075dd39a0a8.zip |
- Update to 3.3.1
PR: ports/89658
Submitted by: Yuriy N. Shkandybin <jura@netams.com> (maintainer)
Diffstat (limited to 'net-mgmt/netams/Makefile')
-rw-r--r-- | net-mgmt/netams/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/netams/Makefile b/net-mgmt/netams/Makefile index 462869026787..442185fd8865 100644 --- a/net-mgmt/netams/Makefile +++ b/net-mgmt/netams/Makefile @@ -6,7 +6,7 @@ # PORTNAME= netams -PORTVERSION= 3.3.0 +PORTVERSION= 3.3.1 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.netams.com/files/ @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= jura@netams.com COMMENT= Network Traffic Accounting and Monitoring Software -NO_PACKAGE= Depends on kernel +NO_PACKAGE= "Depends on kernel" USE_SUBMAKE= yes USE_REINPLACE= yes @@ -47,7 +47,7 @@ OPTIONS= DEBUG "Build with debug symbols" off \ .include <bsd.port.pre.mk> .if !exists(${SYSDIR}) -IGNORE= Could not find the kernel sources in ${SYSDIR}. Please define SYSDIR +IGNORE= could not find the kernel sources in ${SYSDIR}. Please define SYSDIR .endif post-patch: |