svn commit: r367287 - head/math/glm

Adam Weinberger adamw at FreeBSD.org
Thu Sep 4 16:23:57 UTC 2014


Author: adamw
Date: Thu Sep  4 16:23:56 2014
New Revision: 367287
URL: http://svnweb.freebsd.org/changeset/ports/367287
QAT: https://qat.redports.org/buildarchive/r367287/

Log:
  Add USES=dos2unix. PORTREVISION bump.
  
  While here, wrap compound statements.

Modified:
  head/math/glm/Makefile

Modified: head/math/glm/Makefile
==============================================================================
--- head/math/glm/Makefile	Thu Sep  4 16:16:00 2014	(r367286)
+++ head/math/glm/Makefile	Thu Sep  4 16:23:56 2014	(r367287)
@@ -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}
 MAINTAINER=	demon at 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>


More information about the svn-ports-head mailing list