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/oleo | |
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/oleo')
-rw-r--r-- | japanese/oleo/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/oleo/Makefile b/japanese/oleo/Makefile index b6f59b1c27e9..dfcb602ce451 100644 --- a/japanese/oleo/Makefile +++ b/japanese/oleo/Makefile @@ -1,21 +1,21 @@ # New ports collection makefile for: ja-oleo -# Version required: 1.6 # Date created: 2 March 1997 # Whom: Yoshiro MIHIRA # # $FreeBSD$ # -DISTNAME= oleo-1.6 -PKGNAME= ja-oleo-1.6 +PORTNAME= oleo +PORTVERSION= 1.6 CATEGORIES= japanese math MASTER_SITES= http://www.hh.iij4u.or.jp/~hayasida/oleo/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= oleo -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} oleo-doc.tar.gz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + ${PORTNAME}-doc.tar.gz PATCH_SITES= http://www.hh.iij4u.or.jp/%7Ehayasida/oleo/ -PATCHFILES= oleo-1.6-1.6jb2.diff.gz +PATCHFILES= ${DISTNAME}-${PORTVERSION}jb2.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= sanpei@sanpei.org |