diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 06:20:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 06:20:09 +0000 |
commit | 5a72ee1e371076d51fb5d4c2b0dad11e0e7cd912 (patch) | |
tree | 7dfac7ec0f3ebe6d8716618c25c69583927219c1 /converters | |
parent | Typo (pAPERSIZE -> PAPERSIZE). This is an area unrelated to the (diff) |
Typo (PKGNAME -> PORTNAME). Also use PKGNAMEPREFIX=p5- instead of defining
DISTNAME=${PORTNAME}-${PORTVERSION}.
Notes
Notes:
svn path=/head/; revision=27468
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Convert-Recode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/p5-Convert-Recode/Makefile b/converters/p5-Convert-Recode/Makefile index 8a223e7e36ee..95d097123e2a 100644 --- a/converters/p5-Convert-Recode/Makefile +++ b/converters/p5-Convert-Recode/Makefile @@ -5,12 +5,12 @@ # $FreeBSD$ # -PKGNAME= p5-Convert-Recode +PORTNAME= Convert-Recode PORTVERSION= 1.03 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Convert -DISTNAME= Convert-Recode-${PORTVERSION} +PKGNAMEPREFIX= p5- MAINTAINER= dima@Chg.RU |