1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Fix MASTER_SITES and WWW: line.

PR:		ports/88284
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
This commit is contained in:
Kirill Ponomarev 2005-10-31 19:41:42 +00:00
parent 6edc1a8312
commit 1b479a8bee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146859
2 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@
PORTNAME= byaccj
PORTVERSION= 1.1
CATEGORIES= devel java
MASTER_SITES= http://troi.lincom-asg.com/~rjamison/byacc/ \
http://opensource.zjonline.com.cn/distfiles/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= byaccj
DISTNAME= byaccj1.1
MAINTAINER= davidxu@viatech.com.cn

View File

@ -4,7 +4,7 @@ more C files from it, which if compiled properly, will produce a LALR-
grammar parser. this extension support a -J option to generate Java source
code.
WWW: http://troi.lincom-asg.com/~rjamison/byacc/
WWW: http://byaccj.sourceforge.net
- David Xu
davidxu@viatech.com.cn