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/offix-editor | |
parent | dfee8150a0d59e2499214056965a4abbe8823b22 (diff) | |
download | ports-935870e192795a0db5cb9ead5131241e4a62f235.tar.gz ports-935870e192795a0db5cb9ead5131241e4a62f235.zip |
Notes
Diffstat (limited to 'editors/offix-editor')
-rw-r--r-- | editors/offix-editor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/offix-editor/Makefile b/editors/offix-editor/Makefile index d8b1d23f1f11..c50af5b938ba 100644 --- a/editors/offix-editor/Makefile +++ b/editors/offix-editor/Makefile @@ -1,16 +1,16 @@ # ports collection makefile for: Editor -# Version required: 2.4 # Date created: 28 Jun 1997 # Whom: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua> # # $FreeBSD$ # -DISTNAME= Editor-2.4 -PKGNAME= offix-editor-2.4 +PORTNAME= offix-editor +PORTVERSION= 2.4 CATEGORIES= editors offix MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= desktop_managers/OffiX +DISTNAME= Editor-${PORTVERSION} MAINTAINER= ruslan@shevchenko.kiev.ua |