diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-08-29 22:16:03 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-08-29 22:16:03 +0800 |
commit | a950a5a92eb244de995598f9abdcb23d7e4da6e2 (patch) | |
tree | 9e5f9914857b88d20096ab74828a4f78a8fc2483 /lang | |
parent | 97231bafacb420b46161678a760a8f54ad232504 (diff) | |
download | freebsd-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 'lang')
-rw-r--r-- | lang/gnat/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index 63ecbfe64448..e2429122eb22 100644 --- a/lang/gnat/Makefile +++ b/lang/gnat/Makefile @@ -1,11 +1,5 @@ # Created by: hsu, nils@guru.ims.uni-stuttgart.de, maurice@serc.rmit.edu.au # $FreeBSD$ -# -# Note: -# - FreeBSD tasking libraries are included in the stock source. -# - The default names of a number of binaries have been altered to avoid -# conflict with other gcc based products. Standard names can be provided -# using symbolic links. PORTNAME= gnat PORTVERSION= 2010 @@ -124,7 +118,7 @@ PLIST_SUB+= SHAREDLIB="@comment " .endif # Check for GNAT sources. -.if !exists(${DISTDIR}/${gnat_srcfile}) && !defined(PACKAGE_BUILDING) +.if !exists(${DISTDIR}/${gnat_srcfile}) IGNORE= you must fetch the source distribution manually. Please access http://libre.adacore.com/ with a web browser and download the source files: ${gnat_srcfile} ${gcc_srcfile} placing them in ${DISTDIR} .endif |