diff options
author | krion <krion@FreeBSD.org> | 2006-07-22 18:23:24 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2006-07-22 18:23:24 +0800 |
commit | 35b7698d613ff9a9d95c45a45844ea7ffeba145a (patch) | |
tree | f8abe0a7f7cb68684d7aeb3dd915ddb1111003df /net-mgmt/pmacct/Makefile | |
parent | c649bb340eadca5c9826332371f4604d067675de (diff) | |
download | freebsd-ports-gnome-35b7698d613ff9a9d95c45a45844ea7ffeba145a.tar.gz freebsd-ports-gnome-35b7698d613ff9a9d95c45a45844ea7ffeba145a.tar.zst freebsd-ports-gnome-35b7698d613ff9a9d95c45a45844ea7ffeba145a.zip |
Update to 0.11.0rc1
Diffstat (limited to 'net-mgmt/pmacct/Makefile')
-rw-r--r-- | net-mgmt/pmacct/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index 4f7947152738..8138489a3d86 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pmacct -PORTVERSION= 0.10.3 +DISTVERSION= 0.11.0rc1 CATEGORIES= net-mgmt MASTER_SITES= http://www.pmacct.net/ @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GETOPT_LONG=yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/.[a-z][0-9]$//} OPTIONS= MYSQL "Enable MySQL support." Off \ PGSQL "Enable PostgreSQL support." Off \ |