diff options
Diffstat (limited to 'lang/gauche')
-rw-r--r-- | lang/gauche/Makefile | 5 |
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 |