diff options
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: |