aboutsummaryrefslogtreecommitdiffstats
path: root/math/glm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/glm/Makefile')
-rw-r--r--math/glm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/glm/Makefile b/math/glm/Makefile
index e650df37ec95..64b9e59c5849 100644
--- a/math/glm/Makefile
+++ b/math/glm/Makefile
@@ -3,6 +3,7 @@
PORTNAME= glm
PORTVERSION= 0.9.5.4
+PORTREVISION= 1
CATEGORIES= math graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ogl-math/${PORTNAME}-${PORTVERSION}
@@ -10,11 +11,11 @@ MASTER_SITE_SUBDIR= ogl-math/${PORTNAME}-${PORTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= C++ mathematics library for software based on the OpenGL GLSL
-USES= zip
+USES= zip dos2unix
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
- cd ${WRKSRC} && ${FIND} glm -print -depth | ${CPIO} -pdm ${STAGEDIR}${PREFIX}/include/
+ (cd ${WRKSRC} && ${FIND} glm -print -depth | ${CPIO} -pdm ${STAGEDIR}${PREFIX}/include/)
.include <bsd.port.mk>