Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2014 16:23:57 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367287 - head/math/glm
Message-ID:  <201409041623.s84GNvVt012540@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409041623.s84GNvVt012540>