diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-07 03:55:14 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-07 03:55:14 +0000 |
commit | df3ae223e93ca2aa46ea3f63319df06ccda79f4e (patch) | |
tree | ec4b03f760c82963e805b1b885a29ff3646cd695 | |
parent | New port: math/polylib: Library of polyhedral functions (diff) |
math/topcom: Remove the unnecesary DISTVERSIONPREFIX
Reported by: mat
Notes
Notes:
svn path=/head/; revision=486819
-rw-r--r-- | math/topcom/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/topcom/Makefile b/math/topcom/Makefile index 222d90b592a2..1c390bb745cf 100644 --- a/math/topcom/Makefile +++ b/math/topcom/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= topcom -DISTVERSIONPREFIX= Release_ DISTVERSION= 0.17.8 CATEGORIES= math MASTER_SITES= http://www.rambau.wm.uni-bayreuth.de/Software/ |