diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
commit | 5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (patch) | |
tree | 98671b38100211b23e9d578a8a5a241e41b8a707 /java/jlex | |
parent | PORTNAME/PORTVERSION stuff (diff) |
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes:
svn path=/head/; revision=27458
Diffstat (limited to 'java/jlex')
-rw-r--r-- | java/jlex/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/jlex/Makefile b/java/jlex/Makefile index a20f6cef2149..5e88e2fd7d03 100644 --- a/java/jlex/Makefile +++ b/java/jlex/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: jlex -# Version required: 1.2.3 # Date created: 1 June 1999 # Whom: jake@checker.org # # $FreeBSD$ # -DISTNAME= Main -PKGNAME= jlex-1.2.3 +PORTNAME= jlex +PORTVERSION= 1.2.3 CATEGORIES= java MASTER_SITES= http://www.cs.princeton.edu/~appel/modern/java/JLex/Archive/1.2.3/ +DISTNAME= Main EXTRACT_SUFX= .java MAINTAINER= jake@checker.org |