diff options
author | linimon <linimon@FreeBSD.org> | 2011-01-24 11:54:45 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-01-24 11:54:45 +0800 |
commit | ee624b5011ef7cf45f5913a57515f98926755baa (patch) | |
tree | 1b5dcbcf128593a53a3c2a33323de30e4484ccd6 /science/gamess | |
parent | 715aca930ddda7c4f65968eaadf3f8014e26b451 (diff) | |
download | freebsd-ports-gnome-ee624b5011ef7cf45f5913a57515f98926755baa.tar.gz freebsd-ports-gnome-ee624b5011ef7cf45f5913a57515f98926755baa.tar.zst freebsd-ports-gnome-ee624b5011ef7cf45f5913a57515f98926755baa.zip |
NO_CDROM is redundant when RESTRICTED is set.
While here, pet portlint.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'science/gamess')
-rw-r--r-- | science/gamess/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/gamess/Makefile b/science/gamess/Makefile index 9a74611e745a..2716a30e98c7 100644 --- a/science/gamess/Makefile +++ b/science/gamess/Makefile @@ -23,10 +23,9 @@ SNAPDATE= 20090112.3 USE_FORTRAN= yes RESTRICTED= NOT DISTRIBUTED FREELY. BUT YOU CAN OBTAIN SOURCE CODE FREELY. -NO_CDROM= ${RESTRICTED} .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 selsect "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. |