diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:24:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:24:37 +0000 |
commit | 0074c5fa8cabe431c6868442326d476bb5ef2047 (patch) | |
tree | 1ef31ba9ad1115bd0e23a01a51630f10289403b1 /lang/gauche | |
parent | 6b5fb87219ee4fff450c5a6daf74accfe83318ae (diff) | |
download | ports-0074c5fa8cabe431c6868442326d476bb5ef2047.tar.gz ports-0074c5fa8cabe431c6868442326d476bb5ef2047.zip |
Notes
Diffstat (limited to 'lang/gauche')
-rw-r--r-- | lang/gauche/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index c18959359f87..28d59f9c2030 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -9,7 +9,7 @@ PORTNAME= gauche PORTVERSION= 0.8.13 # Keep databases/gauche-gdbm in sync with this PORTREVISION= 2 CATEGORIES= lang scheme -MASTER_SITES= SF +MASTER_SITES= SF/${PORTNAME}/Gauche/${PORTVERSION} DISTNAME= Gauche-${PORTVERSION} EXTRACT_SUFX= .tgz |