From 2729475debe7e633f86991004fd5011c33562414 Mon Sep 17 00:00:00 2001 From: vs Date: Fri, 12 May 2006 13:56:23 +0000 Subject: - Fix MASTER_SITES -> make fetchable - portlint(1) - Take maintainership PR: ports/97017 Submitted by: Shaun Amott --- x11-toolkits/paragui-devel/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'x11-toolkits/paragui-devel/Makefile') diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile index a4d6e5d7be3d..7ed4263cb35d 100644 --- a/x11-toolkits/paragui-devel/Makefile +++ b/x11-toolkits/paragui-devel/Makefile @@ -10,17 +10,17 @@ PORTNAME= paragui PORTVERSION= 1.0.4 PORTREVISION= 5 CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME}/stable.pkg/${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ + http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= shaun@inerd.com COMMENT= Cross-platform high-level application framework and GUI library LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs \ expat.6:${PORTSDIR}/textproc/expat2 USE_X_PREFIX= yes -USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 USE_SDL= sdl image ttf CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ @@ -33,7 +33,7 @@ PLIST_SUB= SHLIB_VER="${SHLIB_VER}" .include .if ${ARCH} != "i386" -BROKEN= "does not build on ${ARCH}" +BROKEN= does not build on ${ARCH} .endif post-extract: -- cgit