diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-01-09 17:42:20 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-01-09 17:42:20 +0800 |
commit | d2665ffad1bb516c758db8f14053b04ca8976a2b (patch) | |
tree | f49016c3697e0054a356502ae67983fa82266d18 /editors | |
parent | 8b24fea2f16a83496beb2a68df55db60fc5463e2 (diff) | |
download | freebsd-ports-gnome-d2665ffad1bb516c758db8f14053b04ca8976a2b.tar.gz freebsd-ports-gnome-d2665ffad1bb516c758db8f14053b04ca8976a2b.tar.zst freebsd-ports-gnome-d2665ffad1bb516c758db8f14053b04ca8976a2b.zip |
Remove two master sites that aren't working and use the -b arg
to fetch so the entire file gets received
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit/Makefile | 5 | ||||
-rw-r--r-- | editors/gedit2/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index a4a44182222d..188856837283 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -8,14 +8,13 @@ DISTNAME= gedit-0.6.1 CATEGORIES= editors gnome -MASTER_SITES= http://www.oscentral.org/files/software/ \ - http://gedit.pn.org/tar/ \ - ftp://ftp.oscentral.org/pub/software/ +MASTER_SITES= http://gedit.pn.org/tar/ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs +FETCH_BEFORE_ARGS= -b USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index a4a44182222d..188856837283 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -8,14 +8,13 @@ DISTNAME= gedit-0.6.1 CATEGORIES= editors gnome -MASTER_SITES= http://www.oscentral.org/files/software/ \ - http://gedit.pn.org/tar/ \ - ftp://ftp.oscentral.org/pub/software/ +MASTER_SITES= http://gedit.pn.org/tar/ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs +FETCH_BEFORE_ARGS= -b USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ |