diff options
author | stephen <stephen@FreeBSD.org> | 2013-11-16 22:56:03 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2013-11-16 22:56:03 +0800 |
commit | fc1e506bce55bdc6c3b9c5a5a510bf34da188a56 (patch) | |
tree | d2f60f5f6e5e8afe2517444c9fbc1ce23e19173c /math/sage | |
parent | d767cd37b75601174023065f8432a9fa2f228c61 (diff) | |
download | freebsd-ports-gnome-fc1e506bce55bdc6c3b9c5a5a510bf34da188a56.tar.gz freebsd-ports-gnome-fc1e506bce55bdc6c3b9c5a5a510bf34da188a56.tar.zst freebsd-ports-gnome-fc1e506bce55bdc6c3b9c5a5a510bf34da188a56.zip |
- Add pkgnamesuffix of -math. to avoid pkgname collision with graphics/sage.
Noticed by: portmgr
Reference: http://blogs.freebsdish.org/portmgr/2013/10/03/package-name-collisions/
Diffstat (limited to 'math/sage')
-rw-r--r-- | math/sage/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile index 8592f9a71be4..886d0e0ff974 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/ \ http://mirrors.xmission.com/sage/src/ \ http://www-ftp.lip6.fr/pub/math/sagemath/src/ \ http://www.sagemath.org/src-old/ +PKGNAMESUFFIX= -math EXTRACT_SUFX= .tar MAINTAINER= stephen@FreeBSD.org |