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/ng-canna | |
parent | 7b4b0c4f33915abb1f15e37f30ce951ba7aa94e6 (diff) | |
download | ports-edcf8b3594b5df6440713253552b675fb0234474.tar.gz ports-edcf8b3594b5df6440713253552b675fb0234474.zip |
Notes
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 1e2508129761..aacf611f48db 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: |