diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
commit | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (patch) | |
tree | 1c069c3c993156dc583330fa958afbe99bb4966e /math/newmat | |
parent | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (diff) | |
download | ports-ce5e4570204c37f4ac986a2a6bc076aa911167d6.tar.gz ports-ce5e4570204c37f4ac986a2a6bc076aa911167d6.zip |
Notes
Diffstat (limited to 'math/newmat')
-rw-r--r-- | math/newmat/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/newmat/Makefile b/math/newmat/Makefile index 07fd1d7fe51f..93d5542d667d 100644 --- a/math/newmat/Makefile +++ b/math/newmat/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: newmat -# Date created: Dec 6, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= newmat PORTVERSION= 1.1 @@ -22,6 +17,7 @@ MAKEFILE= nm_gnu.mak MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" ALL_TARGET= everything +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/include/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/${PORTNAME} |