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/libjcode | |
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/libjcode')
-rw-r--r-- | japanese/libjcode/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/libjcode/Makefile b/japanese/libjcode/Makefile index 30ffcb475fa7..3bdbc4894edb 100644 --- a/japanese/libjcode/Makefile +++ b/japanese/libjcode/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: libjcode -# Version required: 1.00 # Date created: 8 MAY 1999 # Whom: Shuichi Tanaka # # $FreeBSD$ # -DISTNAME= libjcode -PKGNAME= ja-libjcode-1.00 +PORTNAME= libjcode +PORTVERSION= 1.00 CATEGORIES= japanese net MASTER_SITES= http://keemun.soraneko.com/gtkicq/archives/ +DISTNAME= ${PORTNAME} MAINTAINER= stanaka@bb.mbn.or.jp -WRKSRC= ${WRKDIR}/${DISTNAME}-1.00 +WRKSRC= ${WRKDIR}/${DISTNAME}-${PORTVERSION} do-install: ${INSTALL_DATA} ${WRKSRC}/libjcode.a ${PREFIX}/lib/libjcode.a |