1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

change MASTER_SITES to SF

add MAKE_JOBS_SAFE

Submitted By:	amdmi3
This commit is contained in:
Oliver Lehmann 2009-05-08 04:44:00 +00:00
parent 7b74ad78f3
commit 597a186afe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233408

View File

@ -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>