diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-05-16 23:53:55 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-05-16 23:53:55 +0800 |
commit | 8b4e0a8056c809fa78caa17dadf2cef45683a83f (patch) | |
tree | 374f12db9ad94463491b7120871866423c68eb62 /net/wmnd/Makefile | |
parent | 43307f20fec74a8494077898d1b059f04e9d5dc4 (diff) | |
download | freebsd-ports-gnome-8b4e0a8056c809fa78caa17dadf2cef45683a83f.tar.gz freebsd-ports-gnome-8b4e0a8056c809fa78caa17dadf2cef45683a83f.tar.zst freebsd-ports-gnome-8b4e0a8056c809fa78caa17dadf2cef45683a83f.zip |
Update to 0.4.12.
PR: ports/96685
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: Paolo Pisati <p.pisati@oltrelinux.com> (maintainer, alternate email)
Diffstat (limited to 'net/wmnd/Makefile')
-rw-r--r-- | net/wmnd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/wmnd/Makefile b/net/wmnd/Makefile index 57b2eeef7269..756204289889 100644 --- a/net/wmnd/Makefile +++ b/net/wmnd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wmnd -PORTVERSION= 0.4.11 +PORTVERSION= 0.4.12 CATEGORIES= net MASTER_SITES= ftp://ftp.yuv.info/pub/wmnd/releases/ @@ -20,7 +20,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${EXAMPLESDIR} --with-drivers="freebsd_sysctl" \ --program-transform-name="" -INFO= gpl MAN1= wmnd.1 post-install: |