diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2006-02-05 16:09:33 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2006-02-05 16:09:33 +0000 |
commit | 1172a018a26163c7c8bcf9005f46084154b7cdc9 (patch) | |
tree | 1bb696f743cf17cefecbfb7cac8bc8893e6de464 /java | |
parent | - Update to 4.5.1 (diff) |
Make portlint happy.
Notes
Notes:
svn path=/head/; revision=155264
Diffstat (limited to 'java')
-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 9c3a5948f535..03a43d4a6e02 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 |