diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-29 20:04:42 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-29 20:04:42 +0000 |
commit | 116ec22ac1e21a8ce6fe1cf302abb42bbcbbd6d3 (patch) | |
tree | 182c3e8b2fec5d158af1b14d92f30efeee781107 /japanese | |
parent | ce797dd6db08415f0769d368481029338e73d118 (diff) | |
download | ports-116ec22ac1e21a8ce6fe1cf302abb42bbcbbd6d3.tar.gz ports-116ec22ac1e21a8ce6fe1cf302abb42bbcbbd6d3.zip |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=267133
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/jstrings/Makefile | 1 | ||||
-rw-r--r-- | japanese/jyuroku/Makefile | 1 | ||||
-rw-r--r-- | japanese/kpcal/Makefile | 1 | ||||
-rw-r--r-- | japanese/mg/Makefile | 1 | ||||
-rw-r--r-- | japanese/ng/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/japanese/jstrings/Makefile b/japanese/jstrings/Makefile index 580d9ab4fd12..2ffea8fa7212 100644 --- a/japanese/jstrings/Makefile +++ b/japanese/jstrings/Makefile @@ -11,7 +11,6 @@ CATEGORIES= japanese MASTER_SITES= http://openmya.hacker.jp/hasegawa/jstrings/ \ http://devel.aquahill.net/ports/jstrings/ \ http://www.kokone.to/~ryo/lib/ports/jstrings/ -DISTNAME= ${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .lzh MAINTAINER= ryo@aquahill.net diff --git a/japanese/jyuroku/Makefile b/japanese/jyuroku/Makefile index 6369bbcfa70f..53a6993c40f4 100644 --- a/japanese/jyuroku/Makefile +++ b/japanese/jyuroku/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 1.32 PORTREVISION= 6 CATEGORIES= japanese MASTER_SITES= http://homepage3.nifty.com/seto-yoneji/ -DISTNAME= ${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org diff --git a/japanese/kpcal/Makefile b/japanese/kpcal/Makefile index 9325937c3003..f848dc32a6d6 100644 --- a/japanese/kpcal/Makefile +++ b/japanese/kpcal/Makefile @@ -11,7 +11,6 @@ PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= yoichi -DISTNAME= ${PORTNAME}-${PORTVERSION} PATCH_SITES= http://www.tamaru.kuee.kyoto-u.ac.jp/~tsuchiya/misc/kpcal/ PATCHFILES= ${PORTNAME}-${PORTVERSION}-20040518.patch diff --git a/japanese/mg/Makefile b/japanese/mg/Makefile index 0b2145bd0566..7a5065f524a8 100644 --- a/japanese/mg/Makefile +++ b/japanese/mg/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 5.0.1.3 CATEGORIES= japanese perl5 MASTER_SITES= http://dist.bsdlab.org/ \ http://www.srekcah.org/~utashiro/perl/scripts/mg/ -DISTNAME= ${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= # None EXTRACT_ONLY= # None diff --git a/japanese/ng/Makefile b/japanese/ng/Makefile index feb9aaca8450..00b2ab659a52 100644 --- a/japanese/ng/Makefile +++ b/japanese/ng/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 1.4.4 PORTREVISION= 2 CATEGORIES= japanese editors MASTER_SITES= http://tomato.sakura.ne.jp/~amura/archives/ng/ -DISTNAME= ${PORTNAME}-${PORTVERSION} PATCH_SITES= ${MASTER_SITES} PATCHFILES= ng-1.4.4-replace_bug.patch |