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/lambdamoo | |
parent | Fix wrong PORTNAME/PORTVERSION and use PKGNAMESUFFIX. (diff) |
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/lambdamoo')
-rw-r--r-- | japanese/lambdamoo/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/japanese/lambdamoo/Makefile b/japanese/lambdamoo/Makefile index cfb6a931e3ac..7c85876ecd8f 100644 --- a/japanese/lambdamoo/Makefile +++ b/japanese/lambdamoo/Makefile @@ -1,24 +1,25 @@ # New ports collection makefile for: LambdaMOO -# Version required: 1.8.0r8 # Date created: Jul 3 1999 # Whom: Seiichirou Hiraoka # # $FreeBSD$ # -DISTNAME= LambdaMOO-1.8.0r8 -PKGNAME= ja-lambdamoo-1.8.0r8 +PORTNAME= lambdamoo +PORTVERSION= 1.8.0r8 CATEGORIES= japanese net MASTER_SITES= ftp://ftp.place.org/pub/moo/unofficial/ \ ftp://ftp.leo.chubu.ac.jp/pub/network/mnews/ -DISTFILES= LambdaMOO-1.8.0r8.tar.gz mnews122.tar.gz +DISTNAME= LambdaMOO-${PORTVERSION} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + mnews122.tar.gz PATCH_SITES= http://people.FreeBSD.org/~flathill/distfiles/ PATCHFILES= ja-lambdamoo-19990704.patch.gz MAINTAINER= flathill@FreeBSD.ORG -WRKSRC= ${WRKDIR}/MOO-1.8.0r8 +WRKSRC= ${WRKDIR}/MOO-${PORTVERSION} GNU_CONFIGURE= yes ALL_TARGET= |