diff options
author | eadler <eadler@FreeBSD.org> | 2012-02-26 06:15:56 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-02-26 06:15:56 +0800 |
commit | 84a53fea3409587610f29c09715c943c7e1e0236 (patch) | |
tree | d9c1239112a397874d08377e48b94cd1d2938097 /java | |
parent | 1636dc1fada473be1087c2e2bf7e8f079ae55d6a (diff) | |
download | freebsd-ports-gnome-84a53fea3409587610f29c09715c943c7e1e0236.tar.gz freebsd-ports-gnome-84a53fea3409587610f29c09715c943c7e1e0236.tar.zst freebsd-ports-gnome-84a53fea3409587610f29c09715c943c7e1e0236.zip |
Remove quotes from BROKEN and IGNORE as they are not required
Approved by: maintainer timeout
Diffstat (limited to 'java')
-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: |