diff options
author | anders <anders@FreeBSD.org> | 2002-02-12 23:31:47 +0000 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-02-12 23:31:47 +0000 |
commit | 98f9ba985c5ce3edf27eac0a75fb2fec09779671 (patch) | |
tree | a2cf2bb71a0da01b1f648dc2aed1a6eb69ec859e /net/dante/Makefile | |
parent | 93ed92af193130d445259001fa9437d25d3e4927 (diff) | |
download | FreeBSD-ports-98f9ba985c5ce3edf27eac0a75fb2fec09779671.zip FreeBSD-ports-98f9ba985c5ce3edf27eac0a75fb2fec09779671.tar.gz |
Update dante to version 1.1.12-pre1.
Reclaim maintainership.
Diffstat (limited to 'net/dante/Makefile')
-rw-r--r-- | net/dante/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile index c8d5a37..59d46ad 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -6,15 +6,16 @@ # PORTNAME= dante -PORTVERSION= 1.1.10 +PORTVERSION= 1.1.12.p1 CATEGORIES= net security MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ \ http://www.freenix.no/~anders/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/-pre/} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anders@FreeBSD.org -USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-socks-conf=${PREFIX}/etc/socks.conf \ --with-sockd-conf=${PREFIX}/etc/sockd.conf |