diff options
author | nivit <nivit@FreeBSD.org> | 2013-11-23 23:18:03 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2013-11-23 23:18:03 +0800 |
commit | 26692169e5aa5b38140fa6261d2c7c0dbba5e5b2 (patch) | |
tree | 9a7a38e4aaadcb9757a27f65c1e98ce44b0c4337 /math | |
parent | 0e64e297181920b8cc33988b390ae1f3132dcfd6 (diff) | |
download | freebsd-ports-graphics-26692169e5aa5b38140fa6261d2c7c0dbba5e5b2.tar.gz freebsd-ports-graphics-26692169e5aa5b38140fa6261d2c7c0dbba5e5b2.tar.zst freebsd-ports-graphics-26692169e5aa5b38140fa6261d2c7c0dbba5e5b2.zip |
- Fix package name collision
Diffstat (limited to 'math')
-rw-r--r-- | math/ump/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ump/Makefile b/math/ump/Makefile index de666c270ea..371b3f34a82 100644 --- a/math/ump/Makefile +++ b/math/ump/Makefile @@ -6,12 +6,12 @@ PORTVERSION= 0.8.6 PORTREVISION= 7 CATEGORIES= math MASTER_SITES= SF/u-m-p/u-m-p/${PORTVERSION} +PKGNAMESUFFIX= -math MAINTAINER= nivit@FreeBSD.org COMMENT= A graphical, easy to use math program CONFLICTS= ump-1.[0-9]* -LATEST_LINK= math-ump USES= gmake pkgconfig USE_BZIP2= yes |