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 /comms | |
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 'comms')
-rw-r--r-- | comms/java-commapi/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/comms/java-commapi/Makefile b/comms/java-commapi/Makefile index 28d7da10f290..ea1e7697543e 100644 --- a/comms/java-commapi/Makefile +++ b/comms/java-commapi/Makefile @@ -1,7 +1,5 @@ # Created by: Ari Suutari <ari.suutari@syncrontech.com> -# # $FreeBSD$ -# PORTNAME= java-commapi PORTVERSION= 2.0.3 |