diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-29 22:16:03 +0800 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-29 22:16:03 +0800 |
commit | bd78be73dd37098fe12c84249b26260a97aa8690 (patch) | |
tree | 9e5f9914857b88d20096ab74828a4f78a8fc2483 /java/jta/Makefile | |
parent | 2890664339f3f4be5834ab1130da80ff4c914a05 (diff) | |
download | freebsd-ports-gnome-bd78be73dd37098fe12c84249b26260a97aa8690.tar.gz freebsd-ports-gnome-bd78be73dd37098fe12c84249b26260a97aa8690.tar.zst freebsd-ports-gnome-bd78be73dd37098fe12c84249b26260a97aa8690.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 'java/jta/Makefile')
-rw-r--r-- | java/jta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jta/Makefile b/java/jta/Makefile index 736b3a1c6bce..321bbcb535d6 100644 --- a/java/jta/Makefile +++ b/java/jta/Makefile @@ -23,7 +23,7 @@ PORTDOCS= ${DISTNAME}.pdf javadocs PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE= you must manually fetch the distribution from ${DOWNLOAD_URL} and place it in ${DISTDIR} then run make again .endif |