aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/eigen2/Makefile8
-rw-r--r--math/eigen3/Makefile2
2 files changed, 2 insertions, 8 deletions
diff --git a/math/eigen2/Makefile b/math/eigen2/Makefile
index 559351ffb43d..f86fea31f6ea 100644
--- a/math/eigen2/Makefile
+++ b/math/eigen2/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: eigen
-# Date created: 2008-01-18
-# Whom: arved
-#
+# Created by: arved
# $FreeBSD$
PORTNAME= eigen
@@ -11,6 +8,7 @@ CATEGORIES= math
MASTER_SITES= https://bitbucket.org/eigen/eigen/get/
DISTNAME= ${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
+PKGNAMESUFFIX= 2
MAINTAINER= kde@FreeBSD.org
COMMENT= Lightweight library for vector and matrix math
@@ -18,8 +16,6 @@ COMMENT= Lightweight library for vector and matrix math
USE_BZIP2= yes
USES= cmake
-LATEST_LINK= ${PORTNAME}2
-
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-b23437e61a07
post-patch:
diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile
index 9c184d0e7b9a..21982793c795 100644
--- a/math/eigen3/Makefile
+++ b/math/eigen3/Makefile
@@ -18,8 +18,6 @@ USES= cmake:outsource
CMAKE_ENV+= PKG_CONFIG_LIBDIR="${LOCALBASE}/libdata"
NO_BUILD= yes
-LATEST_LINK= ${PORTNAME}3
-
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-ffa86ffb5570
.include <bsd.port.mk>