aboutsummaryrefslogtreecommitdiff
path: root/graphics/ogre3d
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2009-05-08 04:44:00 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2009-05-08 04:44:00 +0000
commit597a186afeff7d91465223be77c16dd6a12f6e41 (patch)
tree82936ea750e4261e7d34b1fd80944154592c6fb8 /graphics/ogre3d
parent7b74ad78f3a077daefcc0f67d48e2d0c50fb7d2e (diff)
downloadports-597a186afeff7d91465223be77c16dd6a12f6e41.tar.gz
ports-597a186afeff7d91465223be77c16dd6a12f6e41.zip
change MASTER_SITES to SF
add MAKE_JOBS_SAFE Submitted By: amdmi3
Notes
Notes: svn path=/head/; revision=233408
Diffstat (limited to 'graphics/ogre3d')
-rw-r--r--graphics/ogre3d/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile
index 76e2bad442e2..6a7769175623 100644
--- a/graphics/ogre3d/Makefile
+++ b/graphics/ogre3d/Makefile
@@ -8,8 +8,7 @@
PORTNAME= ogre3d
PORTVERSION= 1.6.2
CATEGORIES= graphics devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=ogre
+MASTER_SITES= SF/ogre
DISTNAME= ogre-v${PORTVERSION:S/./-/g:S/-r1/RC1/g}
MAINTAINER= oliver@FreeBSD.org
@@ -37,6 +36,7 @@ USE_GNOME= gnomehack
USE_GMAKE= YES
USE_SDL= sdl
USE_XORG= xaw
+MAKE_JOBS_SAFE= yes
.include <bsd.port.pre.mk>