diff -uNr --exclude=CVS ../graphics/blender/Makefile blender/Makefile
--- ../graphics/blender/Makefile	Fri May 25 16:19:14 2007
+++ blender/Makefile	Sat May 26 02:38:08 2007
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.17 2007/05/25 12:19:14 steven Exp $
+# $OpenBSD$
 
 COMMENT=	"3D creation software"
 
@@ -9,21 +9,23 @@
 
 MAINTAINER=	Steven Mestdagh <steven@openbsd.org>
 
+MASTER_SITES=	http://download.blender.org/source/ \
+		http://mirror.cs.umn.edu/blender.org/source/ \
+		http://public.planetmirror.com/pub/blender/source/
+
 # GPL
 PERMIT_PACKAGE_CDROM=	Yes
 PERMIT_PACKAGE_FTP=	Yes
 PERMIT_DISTFILES_CDROM=	Yes
 PERMIT_DISTFILES_FTP=	Yes
 
-MASTER_SITES=	http://download.blender.org/source/ \
-		http://mirror.cs.umn.edu/blender.org/source/ \
-		http://public.planetmirror.com/pub/blender/source/
-
 PYTHON_VER=	2.4
 
 RUN_DEPENDS=	::graphics/tiff
+
 BUILD_DEPENDS=	:scons-*:devel/scons \
 		::graphics/tiff
+
 LIB_DEPENDS=	png::graphics/png \
 		jpeg::graphics/jpeg \
 		SDL::devel/sdl \
@@ -32,7 +34,9 @@
 WANTLIB=	GL GLU X11 Xi c m pthread stdc++ util z
 
 SEPARATE_BUILD=	simple
+
 USE_X11=	Yes
+
 NO_REGRESS=	Yes
 
 CFLAGS+=	-fPIC -funsigned-char -fno-strict-aliasing
@@ -73,5 +77,8 @@
 		${PREFIX}/share/doc/blender
 	${INSTALL_DATA} ${WRKSRC}/release/text/copy* \
 		${PREFIX}/share/doc/blender
+	${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps
+	${INSTALL_DATA} ${WRKSRC}/release/freedesktop/icons/32x32/blender.png \
+		${PREFIX}/share/pixmaps
 
 .include <bsd.port.mk>
diff -uNr --exclude=CVS ../graphics/blender/pkg/DESCR blender/pkg/DESCR
--- ../graphics/blender/pkg/DESCR	Fri May 25 16:19:14 2007
+++ blender/pkg/DESCR	Mon Feb 26 21:54:06 2007
@@ -6,4 +6,4 @@
 3D visualizations, stills as well as broadcast quality video.
 
 Documentation for blender is available on the homepage:
-http://www.blender.org/download/documentation/
+http://wiki.blender.org/
diff -uNr --exclude=CVS ../graphics/blender/pkg/PLIST blender/pkg/PLIST
--- ../graphics/blender/pkg/PLIST	Fri May 25 16:19:14 2007
+++ blender/pkg/PLIST	Tue May 15 20:55:03 2007
@@ -1,4 +1,4 @@
-@comment $OpenBSD: PLIST,v 1.7 2007/05/25 12:19:14 steven Exp $
+@comment $OpenBSD$
 bin/blender
 share/blender/
 share/blender/scripts/
@@ -147,3 +147,5 @@
 share/doc/blender/Python-license.txt
 share/doc/blender/blender.html
 share/doc/blender/copyright.txt
+share/pixmaps/
+share/pixmaps/blender.png
