diff options
author | knu <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
commit | eb17e2576779f2d3cec7d048b850a15abdbcbd54 (patch) | |
tree | b353963f3ab4d98c9dfa05a226f9e4b7fe663bf5 /japanese/ng-canna | |
parent | 9271784a158a2e9d281abacf9a42a90705450f73 (diff) | |
download | FreeBSD-ports-eb17e2576779f2d3cec7d048b850a15abdbcbd54.zip FreeBSD-ports-eb17e2576779f2d3cec7d048b850a15abdbcbd54.tar.gz |
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. :)
Diffstat (limited to 'japanese/ng-canna')
-rw-r--r-- | japanese/ng-canna/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/japanese/ng-canna/Makefile b/japanese/ng-canna/Makefile index 1e25081..aacf611 100644 --- a/japanese/ng-canna/Makefile +++ b/japanese/ng-canna/Makefile @@ -1,21 +1,22 @@ # New ports collection Makefile for: ja-ng-canna -# Version required: ng1.3Lcanna1.0.2 # Date created: 11 January 1999 # Whom: HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp> # # $FreeBSD$ # -DISTNAME= ng13Lcanna1.0.2 -PKGNAME= ja-ng-canna-1.3l +PORTNAME= ng +PORTVERSION= 1.3L +PKGNAMESUFFIX= -canna CATEGORIES= japanese editors MASTER_SITES= http://www3.tky.3web.ne.jp/~quiver/ng/ +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}canna1.0.2 MAINTAINER= honda@kashio.info.mie-u.ac.jp LIB_DEPENDS= canna:${PORTSDIR}/japanese/Canna -WRKSRC= ${WRKDIR}/ng +WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= ng post-patch: |