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/jta | |
| parent | 2890664339f3f4be5834ab1130da80ff4c914a05 (diff) | |
Notes
Diffstat (limited to 'java/jta')
| -rw-r--r-- | java/jta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jta/Makefile b/java/jta/Makefile index 736b3a1c6bce..321bbcb535d6 100644 --- a/java/jta/Makefile +++ b/java/jta/Makefile @@ -23,7 +23,7 @@ PORTDOCS= ${DISTNAME}.pdf javadocs PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE= you must manually fetch the distribution from ${DOWNLOAD_URL} and place it in ${DISTDIR} then run make again .endif |
