1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- use DISTVERSION

- cleanup redundant autoconf invocation

PR:		ports/95624
Submitted by:	maintainer
This commit is contained in:
Volker Stolz 2006-04-18 07:00:46 +00:00
parent d70641113b
commit 350225e26f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159849

View File

@ -6,10 +6,9 @@
#
PORTNAME= 6tunnel
PORTVERSION= 0.11.r2
DISTVERSION= 0.11rc2
CATEGORIES= net ipv6
MASTER_SITES= http://toxygen.net/6tunnel/
DISTNAME= ${PORTNAME}-${PORTVERSION:R}rc2
MAINTAINER= shaun@inerd.com
COMMENT= TCP proxy for applications that don't speak IPv6
@ -25,9 +24,4 @@ MAN1= 6tunnel.1
MANCOMPRESSED= no
PLIST_FILES= bin/6tunnel
.include <bsd.port.pre.mk>
pre-configure:
@cd ${WRKSRC}; ${AUTOCONF}
.include <bsd.port.post.mk>
.include <bsd.port.mk>