summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-07-30 15:19:56 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-07-30 15:19:56 +0000
commit5898972f66079d56f44458fe3d39c1c82dce5516 (patch)
treef1bb9eeba530e8033680eeb8b8ba0ffe5936b799 /lang/gauche
parent- Update to 1.4 (diff)
- Mark MAKE_JOBS_UNSAFE
- Use SF macro PR: 136817 Submitted by: myself Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=238676
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index aad7d157726a..c18959359f87 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -9,8 +9,7 @@ PORTNAME= gauche
PORTVERSION= 0.8.13 # Keep databases/gauche-gdbm in sync with this
PORTREVISION= 2
CATEGORIES= lang scheme
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
DISTNAME= Gauche-${PORTVERSION}
EXTRACT_SUFX= .tgz
@@ -43,6 +42,8 @@ USE_LDCONFIG= yes
MAN1= gosh.1 gauche-config.1
+MAKE_JOBS_UNSAFE=yes
+
.if !defined(NOPORTDOCS)
INFO= gauche-refe gauche-refj
.endif