diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-29 14:16:03 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-29 14:16:03 +0000 |
commit | bd78be73dd37098fe12c84249b26260a97aa8690 (patch) | |
tree | 9e5f9914857b88d20096ab74828a4f78a8fc2483 /java/jdk7-doc/Makefile | |
parent | - This is not BROKEN, it just needs manual fetching. Remove (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=325598
Diffstat (limited to 'java/jdk7-doc/Makefile')
-rw-r--r-- | java/jdk7-doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jdk7-doc/Makefile b/java/jdk7-doc/Makefile index 435a6fef72d5..8d6f64d9caa3 100644 --- a/java/jdk7-doc/Makefile +++ b/java/jdk7-doc/Makefile @@ -28,8 +28,8 @@ PORTDOCS= * .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -IGNORE=You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL} by selecting the \"Download\" link for the \"Java SE 7 Documentation\", place it in ${DISTDIR} and then run make again +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +IGNORE=You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL} by selecting the "Download" link for the "Java SE 7 Documentation", place it in ${DISTDIR} and then run make again .endif do-install: |