diff options
author | olgeni <olgeni@FreeBSD.org> | 2006-01-31 21:04:54 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2006-01-31 21:04:54 +0000 |
commit | 7c80144bdcd23e2d4d7e81bc8c066fde3cc86c88 (patch) | |
tree | 6560bbc61fb9452728d056f3656ff44ce19da9c6 /java/netbeans | |
parent | 52671a546988fa2cc7a575ca3a0a09b96cff4ef8 (diff) | |
download | FreeBSD-ports-7c80144bdcd23e2d4d7e81bc8c066fde3cc86c88.zip FreeBSD-ports-7c80144bdcd23e2d4d7e81bc8c066fde3cc86c88.tar.gz |
Fix DOWNLOAD_URL.
PR: ports/92534
Submitted by: Edwin Groothuis <edwin(at)mavetju.org>
Diffstat (limited to 'java/netbeans')
-rw-r--r-- | java/netbeans/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/netbeans/Makefile b/java/netbeans/Makefile index 4e60c4a..4829ce8 100644 --- a/java/netbeans/Makefile +++ b/java/netbeans/Makefile @@ -21,7 +21,7 @@ RESTRICTED= "Restrictive license" WRKSRC= ${WRKDIR}/netbeans -DOWNLOAD_URL?= http://www.netbeans.info/downloads/download.php?type=4.1&p=1&a=bsd&os=1&lang=1&rv=4.1&b_bt=2 +DOWNLOAD_URL?= http://www.netbeans.info/downloads/download.php?p=1&a=bd&os=1&lang=1&rv=4.1&b_bt=2 .include <bsd.port.pre.mk> |