diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-20 13:00:31 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-20 13:00:31 +0000 |
commit | a95c6ea5dea516f3b7a5d0ff8637b6576c8f02e3 (patch) | |
tree | e0877804d9ab211df387cf248750aa09cc1c73a2 /math | |
parent | 625a9c622f2989df980a5772e58876d1e0ec6496 (diff) | |
download | ports-a95c6ea5dea516f3b7a5d0ff8637b6576c8f02e3.tar.gz ports-a95c6ea5dea516f3b7a5d0ff8637b6576c8f02e3.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/eigen2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/eigen2/Makefile b/math/eigen2/Makefile index 1305bf4278d0..40ae61988414 100644 --- a/math/eigen2/Makefile +++ b/math/eigen2/Makefile @@ -6,9 +6,9 @@ PORTVERSION= 2.0.17 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= https://bitbucket.org/eigen/eigen/get/ +PKGNAMESUFFIX= 2 DISTNAME= ${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -PKGNAMESUFFIX= 2 MAINTAINER= kde@FreeBSD.org COMMENT= Lightweight library for vector and matrix math @@ -18,7 +18,6 @@ USES= cmake WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-b23437e61a07 -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|g' \ ${WRKSRC}/CMakeLists.txt |