diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:51:27 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:51:27 +0000 |
commit | 55dc0f983aadef274380ef51058802f94a995d7e (patch) | |
tree | 0ad23c2fc638bccd76a5e7adf6ab2f1e78be6ddb /science/vmd | |
parent | - Update to 1.2.1. (diff) |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=357070
Diffstat (limited to 'science/vmd')
-rw-r--r-- | science/vmd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/vmd/Makefile b/science/vmd/Makefile index 144e32de106c..62826ed15294 100644 --- a/science/vmd/Makefile +++ b/science/vmd/Makefile @@ -55,7 +55,7 @@ PLIST_SUB+= VMD_ARCH=${VMD_ARCH} # Check for VMD sources .if !exists(${DISTDIR}/${VMD_DIST}) -IGNORE= Because of licensing restrictions, you must fetch the source distribution manually. Please access http://www.ks.uiuc.edu/Development/Download/download.cgi?PackageName=VMD with a web browser. You will be required to log in and register, but you can create an account on this page. After registration and accepting the University of Illinois agreement, download the source file, ${VMD_DIST}. Please place this file in ${DISTDIR}, and re-run make +IGNORE= Because of licensing restrictions, you must fetch the source distribution manually. Please access http://www.ks.uiuc.edu/Development/Download/download.cgi?PackageName=VMD with a web browser. You will be required to log in and register, but you can create an account on this page. After registration and accepting the University of Illinois agreement, download the source file, ${VMD_DIST}. Please place this file in ${DISTDIR}, and re-run make .endif do-extract: |