diff options
author | vs <vs@FreeBSD.org> | 2006-05-12 21:56:23 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-05-12 21:56:23 +0800 |
commit | 2729475debe7e633f86991004fd5011c33562414 (patch) | |
tree | 5085a05f505e4cfcd9db51c6f4893638c57d36f1 /x11-toolkits | |
parent | 2a0ba7b958de50fc2cc9fc3c9d3e8fd61942a719 (diff) | |
download | freebsd-ports-gnome-2729475debe7e633f86991004fd5011c33562414.tar.gz freebsd-ports-gnome-2729475debe7e633f86991004fd5011c33562414.tar.zst freebsd-ports-gnome-2729475debe7e633f86991004fd5011c33562414.zip |
- Fix MASTER_SITES -> make fetchable
- portlint(1)
- Take maintainership
PR: ports/97017
Submitted by: Shaun Amott
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/paragui-devel/Makefile | 10 | ||||
-rw-r--r-- | x11-toolkits/paragui/Makefile | 10 |
2 files changed, 10 insertions, 10 deletions
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 <bsd.port.pre.mk> .if ${ARCH} != "i386" -BROKEN= "does not build on ${ARCH}" +BROKEN= does not build on ${ARCH} .endif post-extract: diff --git a/x11-toolkits/paragui/Makefile b/x11-toolkits/paragui/Makefile index a4d6e5d7be3d..7ed4263cb35d 100644 --- a/x11-toolkits/paragui/Makefile +++ b/x11-toolkits/paragui/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 <bsd.port.pre.mk> .if ${ARCH} != "i386" -BROKEN= "does not build on ${ARCH}" +BROKEN= does not build on ${ARCH} .endif post-extract: |