diff options
Diffstat (limited to 'math/glm/Makefile')
-rw-r--r-- | math/glm/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/glm/Makefile b/math/glm/Makefile index 71416de3f603..cbf4f14686fb 100644 --- a/math/glm/Makefile +++ b/math/glm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: glm -# Date created: Aug 03 2012 -# Whom: demon@FreeBSD.org -# +# Created by: demon@FreeBSD.org # $FreeBSD$ -# PORTNAME= glm PORTVERSION= 0.9.4.4 @@ -17,6 +13,7 @@ COMMENT= C++ mathematics library for software based on the OpenGL GLSL USE_ZIP= yes NO_BUILD= yes +NO_STAGE= yes do-install: cd ${WRKSRC} && ${FIND} glm -print -depth | ${CPIO} -pdm ${PREFIX}/include/ |