From d47199402dddf2aec727d049fd814713af490886 Mon Sep 17 00:00:00 2001 From: gsoares Date: Fri, 10 Jun 2011 13:36:04 +0000 Subject: [PATCH] - fix MASTER_SITES - zap a trailing whitespace "yes, go for it" sthen@ "Sure." jakob@ (MAINTAINER) --- net/udptunnel/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/udptunnel/Makefile b/net/udptunnel/Makefile index ddf5daf07b7..daaaf56bcd9 100644 --- a/net/udptunnel/Makefile +++ b/net/udptunnel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2010/07/12 22:07:42 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2011/06/10 13:36:04 gsoares Exp $ COMMENT= UDP tunnel utility @@ -6,7 +6,7 @@ DISTNAME= udptunnel-1.1 REVISION= 0 CATEGORIES= net -MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/lennox/udptunnel/ +MASTER_SITES= ${HOMEPAGE} HOMEPAGE= http://www.cs.columbia.edu/~lennox/udptunnel/ @@ -17,7 +17,7 @@ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= c +WANTLIB= c CONFIGURE_STYLE= gnu