diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-07-30 15:19:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-07-30 15:19:56 +0000 |
commit | 5898972f66079d56f44458fe3d39c1c82dce5516 (patch) | |
tree | f1bb9eeba530e8033680eeb8b8ba0ffe5936b799 | |
parent | f3dd8b282c4eefad71518c9f0ece4f6db00a783b (diff) | |
download | ports-5898972f66079d56f44458fe3d39c1c82dce5516.tar.gz ports-5898972f66079d56f44458fe3d39c1c82dce5516.zip |
Notes
-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 |