aboutsummaryrefslogtreecommitdiffstats
path: root/math/eigen2/Makefile
diff options
context:
space:
mode:
authorfluffy <fluffy@FreeBSD.org>2009-09-01 20:44:04 +0800
committerfluffy <fluffy@FreeBSD.org>2009-09-01 20:44:04 +0800
commitf7959d92f510877a6f0848a5df68594f51710a52 (patch)
tree26e793a6256d40ed7b2dfe9092556fce7e0511ae /math/eigen2/Makefile
parentedf14d3076a5651bff62d93d25f28fb1ba9f7836 (diff)
downloadfreebsd-ports-gnome-f7959d92f510877a6f0848a5df68594f51710a52.tar.gz
freebsd-ports-gnome-f7959d92f510877a6f0848a5df68594f51710a52.tar.zst
freebsd-ports-gnome-f7959d92f510877a6f0848a5df68594f51710a52.zip
- Update to official 2.0.5 release, no longer needs a devel snapshot.
Approved by: tabthorpe (co-mentor)
Diffstat (limited to 'math/eigen2/Makefile')
-rw-r--r--math/eigen2/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/math/eigen2/Makefile b/math/eigen2/Makefile
index e9a582d280c6..9bcd631f40fe 100644
--- a/math/eigen2/Makefile
+++ b/math/eigen2/Makefile
@@ -5,10 +5,12 @@
# $FreeBSD$
PORTNAME= eigen
-DISTVERSION= 2.0.52
+PORTVERSION= 2.0.5
+PORTEPOCH= 1
CATEGORIES= math
-MASTER_SITES= http://ns.ael.ru/~fluffy.khv/ \
- http://download.tuxfamily.org/eigen/
+MASTER_SITES= http://bitbucket.org/eigen/eigen2/get/
+DISTNAME= ${PORTVERSION}
+DIST_SUBDIR= ${PORTNAME}
MAINTAINER= kde@FreeBSD.org
COMMENT= Lightweight library for vector and matrix math
@@ -18,8 +20,6 @@ USE_CMAKE= yes
LATEST_LINK= ${PORTNAME}2
-post-patch:
- @${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \
- ${WRKSRC}/CMakeLists.txt
+WRKSRC= ${WRKDIR}/${PORTNAME}2
.include <bsd.port.mk>