diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-08 00:37:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-08 00:37:48 +0000 |
commit | 46e6517388a24d6d5e42e7787ac02763c42e0b11 (patch) | |
tree | 61603ce9bee24af186199a2749bffa0a06bc7fbb /science | |
parent | 3770154c87425e1e41af035f4586431bf17a67a1 (diff) |
- Put distfile on MASTER_SITE_LOCAL until Savannah is restored
Notes
Notes:
svn path=/head/; revision=97623
Diffstat (limited to 'science')
-rw-r--r-- | science/gchemutils/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index b13989debbb1..be6fe72a87fa 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -7,9 +7,12 @@ PORTNAME= gchemutils PORTVERSION= 0.2.0 CATEGORIES= science -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME}/stable.pkg/${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= ${PORTNAME}/stable.pkg/${PORTVERSION} \ + pav/:local DISTNAME= gnome-chemistry-utils-${PORTVERSION} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT,local MAINTAINER= pav@FreeBSD.org COMMENT= C++ classes and Gtk2 widgets related to chemistry |