diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 14:21:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 14:21:02 +0800 |
commit | bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9 (patch) | |
tree | 5f163ac2fbca7213d2dcb72a7ee63a062386794d /editors/xenon | |
parent | 0ea083c38191c42dceadbe34e683b134593d8d8d (diff) | |
download | freebsd-ports-gnome-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.tar.gz freebsd-ports-gnome-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.tar.zst freebsd-ports-gnome-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.zip |
Finish converting editors/ to PORTNAME/PORTVERSION.
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/ |