diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-11-21 16:24:04 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-11-21 16:24:04 +0000 |
commit | 4e5e7959d42391d35cc110ecfdc7018567a291bc (patch) | |
tree | cdf78406d76cb1eb63999eeed503ebf4e3cabb13 /graphics/ogre3d12/Makefile | |
parent | a42a413ba4e2e937f327825ff93acdfc62d52356 (diff) | |
download | ports-4e5e7959d42391d35cc110ecfdc7018567a291bc.tar.gz ports-4e5e7959d42391d35cc110ecfdc7018567a291bc.zip |
Notes
Diffstat (limited to 'graphics/ogre3d12/Makefile')
-rw-r--r-- | graphics/ogre3d12/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/ogre3d12/Makefile b/graphics/ogre3d12/Makefile index b1a9f957fd3a..9b3b073fd1b8 100644 --- a/graphics/ogre3d12/Makefile +++ b/graphics/ogre3d12/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 |