aboutsummaryrefslogtreecommitdiff
path: root/net/6tunnel
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2006-04-18 07:00:46 +0000
committerVolker Stolz <vs@FreeBSD.org>2006-04-18 07:00:46 +0000
commit350225e26ff84bea21d8d3938915f82de27e96e4 (patch)
tree28077ff9f84c0d0c87a8992440030eb83b778d7a /net/6tunnel
parentd70641113b9f94821b34d3764890786c074394e7 (diff)
downloadports-350225e26ff84bea21d8d3938915f82de27e96e4.tar.gz
ports-350225e26ff84bea21d8d3938915f82de27e96e4.zip
- use DISTVERSION
- cleanup redundant autoconf invocation PR: ports/95624 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=159849
Diffstat (limited to 'net/6tunnel')
-rw-r--r--net/6tunnel/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/net/6tunnel/Makefile b/net/6tunnel/Makefile
index 8abbfca39ccd..27891027ebad 100644
--- a/net/6tunnel/Makefile
+++ b/net/6tunnel/Makefile
@@ -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>