diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-09-04 09:54:56 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-09-04 09:54:56 +0000 |
commit | 51ca131480deef0ce8c293f5b0d2c7c3aed10fb0 (patch) | |
tree | d7b5cb3eddfe46ebf19a4f7a6fd198624f5eef89 | |
parent | Update to 0.2.2 (diff) |
Remove bogus DISTVERSIONPREFIX
PR: 205762
-rw-r--r-- | misc/py-pyprind/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/py-pyprind/Makefile b/misc/py-pyprind/Makefile index 82e8095eac9f..e80b635490b0 100644 --- a/misc/py-pyprind/Makefile +++ b/misc/py-pyprind/Makefile @@ -2,7 +2,6 @@ PORTNAME= pyprind PORTVERSION= 2.9.8 -DISTVERSIONPREFIX= v CATEGORIES= misc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |