diff options
Diffstat (limited to 'textproc/javacc/Makefile')
-rw-r--r-- | textproc/javacc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/javacc/Makefile b/textproc/javacc/Makefile index a583da278cdf..0fe246ac294c 100644 --- a/textproc/javacc/Makefile +++ b/textproc/javacc/Makefile @@ -29,7 +29,7 @@ IGNORE= "JavaCC may not be redistributed." NO_BUILD= yes NO_WRKSUBDIR= yes -DOWNLOAD_URL?= http://www.webgain.com/products/java_cc/ +DOWNLOAD_URL?= https://javacc.dev.java.net/servlets/ProjectDocumentList?folderID=212 .include <bsd.port.pre.mk> |