diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2013-11-23 15:18:03 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2013-11-23 15:18:03 +0000 |
commit | e3e35c3d88619c9ceff28980ec367b5410680b14 (patch) | |
tree | 9a7a38e4aaadcb9757a27f65c1e98ce44b0c4337 /math/ump | |
parent | 4e26a179912cf70d8b0cbfbceeb77305c7386fc7 (diff) | |
download | ports-e3e35c3d88619c9ceff28980ec367b5410680b14.tar.gz ports-e3e35c3d88619c9ceff28980ec367b5410680b14.zip |
Notes
Diffstat (limited to 'math/ump')
-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 de666c270ea1..371b3f34a827 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 |