diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-03 11:04:59 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-03 11:04:59 +0000 |
commit | 628a3aafebd1c34aceb4ee2a5c76e34e26a8a16d (patch) | |
tree | bc82b4f5fa75abb7ed58df361f5f61550267bd3b /science | |
parent | 3218135cb5cd35f287be7ae024776637e1bf714f (diff) | |
download | FreeBSD-ports-628a3aafebd1c34aceb4ee2a5c76e34e26a8a16d.zip FreeBSD-ports-628a3aafebd1c34aceb4ee2a5c76e34e26a8a16d.tar.gz |
Chase up new MASTER_SITE_SAVANNAH.
PR: ports/56970
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Diffstat (limited to 'science')
-rw-r--r-- | science/gchempaint/Makefile | 3 | ||||
-rw-r--r-- | science/gchemutils/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/science/gchempaint/Makefile b/science/gchempaint/Makefile index 892d96d..bc30131 100644 --- a/science/gchempaint/Makefile +++ b/science/gchempaint/Makefile @@ -7,7 +7,8 @@ PORTNAME= gchempaint PORTVERSION= 0.3.5 CATEGORIES= science -MASTER_SITES= http://savannah.nongnu.org/download/gchempaint/unstable.pkg/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= ${PORTNAME}/unstable.pkg/${PORTVERSION} MAINTAINER= pav@oook.cz COMMENT= 2D chemical structures editor for GNOME 2 diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index 20b8a2e..4b46bd2 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -7,7 +7,8 @@ PORTNAME= gchemutils PORTVERSION= 0.1.7 CATEGORIES= science -MASTER_SITES= http://savannah.nongnu.org/download/gchemutils/unstable.pkg/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= ${PORTNAME}/unstable.pkg/${PORTVERSION} DISTNAME= gnome-chemistry-utils-${PORTVERSION} MAINTAINER= pav@oook.cz |