diff options
-rw-r--r-- | java/netbeans3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/netbeans3/Makefile b/java/netbeans3/Makefile index 9c3a594..03a43d4 100644 --- a/java/netbeans3/Makefile +++ b/java/netbeans3/Makefile @@ -17,7 +17,7 @@ COMMENT= A full-featured integrated environment for Java USE_BZIP2= yes USE_JAVA= 1.4+ NO_BUILD= yes -RESTRICTED= "Restrictive license" +RESTRICTED= Restrictive license WRKSRC= ${WRKDIR}/netbeans @@ -26,7 +26,7 @@ DOWNLOAD_URL?= http://www.netbeans.org/download/release36/promoted/FCS/release36 .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= You must manually fetch the source distribution (${DISTFILES}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again +IGNORE= you must manually fetch the source distribution (${DISTFILES}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again .endif .if ${OSVERSION} >= 500000 |