diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 06:21:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 06:21:02 +0000 |
commit | 935870e192795a0db5cb9ead5131241e4a62f235 (patch) | |
tree | 101b6d1e85bc4571a69034476a24d8cade51daf6 /editors/xenon | |
parent | dfee8150a0d59e2499214056965a4abbe8823b22 (diff) | |
download | ports-935870e192795a0db5cb9ead5131241e4a62f235.tar.gz ports-935870e192795a0db5cb9ead5131241e4a62f235.zip |
Notes
Diffstat (limited to 'editors/xenon')
-rw-r--r-- | editors/xenon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xenon/Makefile b/editors/xenon/Makefile index c217884eb9d3..96e538a9e4ff 100644 --- a/editors/xenon/Makefile +++ b/editors/xenon/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xenon -# Version required: 0.6.7 # Date created: 22 October 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= xenon-0.6.7 +PORTNAME= xenon +PORTVERSION= 0.6.7 CATEGORIES= editors MASTER_SITES= ftp://ftp.proximity.com.au/pub/xenon/ |