diff options
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: |