aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2009-05-08 12:44:00 +0800
committeroliver <oliver@FreeBSD.org>2009-05-08 12:44:00 +0800
commit089bfbc8953327cae77ba9d73b842332c5a77dd2 (patch)
treed357b41061185680ac5efd3e804f7054cd91c2dc
parent3269fb6b3abdf3e580bb866208a411eef66fb9e4 (diff)
downloadfreebsd-ports-gnome-089bfbc8953327cae77ba9d73b842332c5a77dd2.tar.gz
freebsd-ports-gnome-089bfbc8953327cae77ba9d73b842332c5a77dd2.tar.zst
freebsd-ports-gnome-089bfbc8953327cae77ba9d73b842332c5a77dd2.zip
change MASTER_SITES to SF
add MAKE_JOBS_SAFE Submitted By: amdmi3
-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>