aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-08-29 22:16:03 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-08-29 22:16:03 +0800
commita950a5a92eb244de995598f9abdcb23d7e4da6e2 (patch)
tree9e5f9914857b88d20096ab74828a4f78a8fc2483 /science
parent97231bafacb420b46161678a760a8f54ad232504 (diff)
downloadfreebsd-ports-gnome-a950a5a92eb244de995598f9abdcb23d7e4da6e2.tar.gz
freebsd-ports-gnome-a950a5a92eb244de995598f9abdcb23d7e4da6e2.tar.zst
freebsd-ports-gnome-a950a5a92eb244de995598f9abdcb23d7e4da6e2.zip
- Remove bogus conditional IGNORE for PACKAGE_BUILDING; these should
be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES and require manual fetching, others are already marked RESTRICTED. - Trim headers - Convert some pre-fetch errors into IGNORE - Remove needless quoting in java/jdk7-doc IGNORE With hat: portmgr
Diffstat (limited to 'science')
-rw-r--r--science/vmd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/vmd/Makefile b/science/vmd/Makefile
index d3d33ef66668..b9171f40e747 100644
--- a/science/vmd/Makefile
+++ b/science/vmd/Makefile
@@ -52,7 +52,7 @@ VMD_TARGET= freebsd.opengl
PLIST_SUB+= VMD_ARCH=${VMD_ARCH}
# Check for VMD sources
-.if !exists(${DISTDIR}/${VMD_DIST}) # && !defined(PACKAGE_BUILDING)
+.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
.endif