diff options
author | vs <vs@FreeBSD.org> | 2006-04-18 07:00:46 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-04-18 07:00:46 +0000 |
commit | eaef25ce07af87c25be4d2d9e65a97bd901ff42a (patch) | |
tree | c0f090771cee93ca3c995728de143e38610a18e7 /net/6tunnel | |
parent | ad2763bcadf626c00e2808bef0541730c148d191 (diff) | |
download | FreeBSD-ports-eaef25ce07af87c25be4d2d9e65a97bd901ff42a.zip FreeBSD-ports-eaef25ce07af87c25be4d2d9e65a97bd901ff42a.tar.gz |
- use DISTVERSION
- cleanup redundant autoconf invocation
PR: ports/95624
Submitted by: maintainer
Diffstat (limited to 'net/6tunnel')
-rw-r--r-- | net/6tunnel/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net/6tunnel/Makefile b/net/6tunnel/Makefile index 8abbfca..2789102 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> |