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 | |
| parent | 2890664339f3f4be5834ab1130da80ff4c914a05 (diff) | |
Notes
Diffstat (limited to 'java/jdk7-doc')
| -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: |
