diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
commit | edcf8b3594b5df6440713253552b675fb0234474 (patch) | |
tree | cb86ff29b6c34e6d077c56ce53ca461f9623f343 /japanese/ne | |
parent | 7b4b0c4f33915abb1f15e37f30ce951ba7aa94e6 (diff) | |
download | ports-edcf8b3594b5df6440713253552b675fb0234474.tar.gz ports-edcf8b3594b5df6440713253552b675fb0234474.zip |
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.
Okay, 60% of `japanese' ports have been done. :)
Notes
Notes:
svn path=/head/; revision=27449
Diffstat (limited to 'japanese/ne')
-rw-r--r-- | japanese/ne/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/ne/Makefile b/japanese/ne/Makefile index a36da22c66d2..2458333b27d1 100644 --- a/japanese/ne/Makefile +++ b/japanese/ne/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: nxedit -# Version required: 3.04 # Date created: 15 Nov 1999 # Whom: SASAKI Shunsuke <ele@pop17.odn.ne.jp> # # $FreeBSD$ # -DISTNAME= ne-3.04 -PKGNAME= ja-ne-3.04 +PORTNAME= ne +PORTVERSION= 3.04 CATEGORIES= japanese editors MASTER_SITES= http://hp.vector.co.jp/authors/VA018758/archive/ |