summaryrefslogtreecommitdiff
path: root/graphics/pixie/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-12-19 15:46:47 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-12-19 15:46:47 +0000
commite84677dbac6ed6c96308c96cd1a1775cd39196d4 (patch)
tree120b66ad580e85844c71f4ce8594dc37c974affa /graphics/pixie/Makefile
parente3f3143cf64e4d109116670f5255e4c873985a58 (diff)
Notes
Diffstat (limited to 'graphics/pixie/Makefile')
-rw-r--r--graphics/pixie/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile
index 0ff6978ea8ef..dcc0f7aba726 100644
--- a/graphics/pixie/Makefile
+++ b/graphics/pixie/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pixie
-PORTVERSION= 1.4.6
+PORTVERSION= 1.5.5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -97,7 +97,7 @@ do-install:
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/*.jpg ${DOCSDIR}
-.for i in figures rayreflect rayshadow running softshadow
+.for i in figures rayshadow running softshadow
@${MKDIR} ${DOCSDIR}/${i}
${INSTALL_DATA} ${WRKSRC}/doc/${i}/* ${DOCSDIR}/${i}
.endfor