aboutsummaryrefslogtreecommitdiff
path: root/graphics/ogre312/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ogre312/Makefile')
-rw-r--r--graphics/ogre312/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/ogre312/Makefile b/graphics/ogre312/Makefile
index b1a9f957fd3a..9b3b073fd1b8 100644
--- a/graphics/ogre312/Makefile
+++ b/graphics/ogre312/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= ogre3d
-PORTVERSION= 1.0.5
-PORTREVISION= 1
+PORTVERSION= 1.0.6
+PORTREVISION= 0
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=ogre
-DISTNAME= ogre-linux_osx-v1-0-5
+DISTNAME= ogre-linux_osx-v${PORTVERSION:S/./-/g}
MAINTAINER= oliver@FreeBSD.org
COMMENT= A scene-oriented, flexible 3D engine written in C++
@@ -73,7 +73,7 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for docfile in README COPYING AUTHORS ChangeLog
+.for docfile in README COPYING AUTHORS
@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif