diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-02-25 22:15:56 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-02-25 22:15:56 +0000 |
commit | 7d4a16a84d575bc1b33db20108621eb018b949c2 (patch) | |
tree | 6b81070819741d786b03096c315836e2034dce19 /java/jai | |
parent | 43b06b941af37648b21c42088ee34e0e0bdd52fc (diff) | |
download | ports-7d4a16a84d575bc1b33db20108621eb018b949c2.tar.gz ports-7d4a16a84d575bc1b33db20108621eb018b949c2.zip |
Notes
Diffstat (limited to 'java/jai')
-rw-r--r-- | java/jai/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jai/Makefile b/java/jai/Makefile index 9a6a2413dc0f..499c29a38193 100644 --- a/java/jai/Makefile +++ b/java/jai/Makefile @@ -41,7 +41,7 @@ PORTDOCS= \ .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -IGNORE= "You must manually fetch from the \"Java Advanced Imaging API 1.1.3 Download Page\", the \"Java (no native acceleration)\" distribution \(${DISTNAME}${EXTRACT_SUFX}\) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again" +IGNORE= You must manually fetch from the \"Java Advanced Imaging API 1.1.3 Download Page\", the \"Java (no native acceleration)\" distribution \(${DISTNAME}${EXTRACT_SUFX}\) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again .endif do-install: |