diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-09-19 13:47:29 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-09-19 13:47:29 +0000 |
commit | 21fa11ba0fc71374dbf9b26f06aebaa015a77470 (patch) | |
tree | 7660fbe773f51286ee7886813212b31a0c9ecf8b /math | |
parent | 7212bd1061c9fccf083925062aaf96a497256b9a (diff) | |
download | ports-21fa11ba0fc71374dbf9b26f06aebaa015a77470.tar.gz ports-21fa11ba0fc71374dbf9b26f06aebaa015a77470.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/py-matplotlib2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/py-matplotlib2/Makefile b/math/py-matplotlib2/Makefile index 9b2dc659617a..27891148b679 100644 --- a/math/py-matplotlib2/Makefile +++ b/math/py-matplotlib2/Makefile @@ -7,6 +7,7 @@ PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 2 MAINTAINER= mainland@apeiron.net COMMENT= Plotting library uses a syntax familiar to MATLAB users (legacy) |