aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-09-05 00:23:56 +0800
committeradamw <adamw@FreeBSD.org>2014-09-05 00:23:56 +0800
commit7dc9ca04104c7a1759773641e54a90bc77701bf8 (patch)
tree46fe3a1c4031b161ef1b875567234434c9d75a1a /math
parentec26ca686d7a2636e9e9f1888e4e8f43997e0e5a (diff)
downloadfreebsd-ports-gnome-7dc9ca04104c7a1759773641e54a90bc77701bf8.tar.gz
freebsd-ports-gnome-7dc9ca04104c7a1759773641e54a90bc77701bf8.tar.zst
freebsd-ports-gnome-7dc9ca04104c7a1759773641e54a90bc77701bf8.zip
Add USES=dos2unix. PORTREVISION bump.
While here, wrap compound statements.
Diffstat (limited to 'math')
-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>