diff options
author | linimon <linimon@FreeBSD.org> | 2012-09-14 13:47:44 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2012-09-14 13:47:44 +0800 |
commit | bd484359f9d591369adeec5b8237a2b03fb7db82 (patch) | |
tree | ea168315dcb1985b1119c6a6e36f325e5c7323f2 /science | |
parent | ef26641906b0c041d4565ee91591c4ae4b3be9b1 (diff) | |
download | freebsd-ports-gnome-bd484359f9d591369adeec5b8237a2b03fb7db82.tar.gz freebsd-ports-gnome-bd484359f9d591369adeec5b8237a2b03fb7db82.tar.zst freebsd-ports-gnome-bd484359f9d591369adeec5b8237a2b03fb7db82.zip |
Fix typo.
Diffstat (limited to 'science')
-rw-r--r-- | science/gamess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/gamess/Makefile b/science/gamess/Makefile index f11cffc0059b..5f87186ed1da 100644 --- a/science/gamess/Makefile +++ b/science/gamess/Makefile @@ -25,10 +25,10 @@ USE_FORTRAN= yes RESTRICTED= NOT DISTRIBUTED FREELY. BUT YOU CAN OBTAIN SOURCE CODE FREELY. .if !exists(${DISTDIR}/${DISTFILES}) -IGNORE=you must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please selsect "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable +IGNORE=you must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please select "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable .endif -MANUAL_PACKAGE_BUILD=You must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please selsect "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable. +MANUAL_PACKAGE_BUILD=You must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please select "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable. .include <bsd.port.pre.mk> |