diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:54:21 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:54:21 +0000 |
commit | d2e75ad8f84b70cfa05130d3d84c5d326387c60b (patch) | |
tree | b95e9037df091ac50f4f4d23cf5ec48cb0d36844 | |
parent | 55dc0f983aadef274380ef51058802f94a995d7e (diff) | |
download | freebsd-ports-d2e75ad8f84b70cfa05130d3d84c5d326387c60b.zip |
Remove all space characters from Makefile assignments.
This is being committed using svn rather than psvn, which is probably
getting confused by the literal "^M" in a regexp.
CR: D193
Approved by: portmgr (bapt)
-rw-r--r-- | math/sedumi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/sedumi/Makefile b/math/sedumi/Makefile index 05c61e547c4e..5272120ddd91 100644 --- a/math/sedumi/Makefile +++ b/math/sedumi/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sedumi -PORTVERSION= 1.1 +PORTVERSION= 1.1 PORTREVISION= 7 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|maho/sedumi|} |