diff options
author | gerald <gerald@FreeBSD.org> | 2006-04-08 03:56:04 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-04-08 03:56:04 +0000 |
commit | c99b472126deefd20dc22d31d80d398259424837 (patch) | |
tree | 089c28328509a58b672658638457663098d33403 /lang | |
parent | 2d0c62f95c62abe02849f9d6ce09087948e2424e (diff) | |
download | FreeBSD-ports-c99b472126deefd20dc22d31d80d398259424837.zip FreeBSD-ports-c99b472126deefd20dc22d31d80d398259424837.tar.gz |
Fix some whitespace issues.
Suggested by: portlint
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gfortran/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gfortran/Makefile b/lang/gfortran/Makefile index 9e49020..2c70714 100644 --- a/lang/gfortran/Makefile +++ b/lang/gfortran/Makefile @@ -6,8 +6,8 @@ # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../gcc41/ -PKGNAMESUFFIX= -withfortran +MASTERDIR= ${.CURDIR}/../gcc41/ +PKGNAMESUFFIX= -withfortran WITH_FORTRAN= yes DESCR= ${.CURDIR}/pkg-descr |