diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-18 20:15:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-18 20:15:55 +0000 |
commit | 6ead6f393ae0c2176a91b0b6bb75b5db4edd02e3 (patch) | |
tree | 3d144b8128367601b9438a0c561b12ef3cb6efc4 /math | |
parent | 0d7182fc25a72d0692c54267eb65f84b2b75c142 (diff) | |
download | ports-6ead6f393ae0c2176a91b0b6bb75b5db4edd02e3.tar.gz ports-6ead6f393ae0c2176a91b0b6bb75b5db4edd02e3.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/py-gnuplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-gnuplot/Makefile b/math/py-gnuplot/Makefile index 14f8611c0a6b..5181bb41cfdb 100644 --- a/math/py-gnuplot/Makefile +++ b/math/py-gnuplot/Makefile @@ -5,10 +5,11 @@ # $FreeBSD$ # -PORTNAME= py-gnuplot +PORTNAME= gnuplot PORTVERSION= 1.8 CATEGORIES= math python MASTER_SITES= SF/gnuplot-py +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= gnuplot-py-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |