diff options
author | asami <asami@FreeBSD.org> | 2000-04-13 14:20:09 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-13 14:20:09 +0800 |
commit | 1a7e10cfc8ad3843b164c9b0cf0d89958f3a642a (patch) | |
tree | b59c9b3dddf592e86dec04536e386404bab42bab /converters | |
parent | db35347ec57f1e9c6719e1fded8206252494b993 (diff) | |
download | freebsd-ports-gnome-1a7e10cfc8ad3843b164c9b0cf0d89958f3a642a.tar.gz freebsd-ports-gnome-1a7e10cfc8ad3843b164c9b0cf0d89958f3a642a.tar.zst freebsd-ports-gnome-1a7e10cfc8ad3843b164c9b0cf0d89958f3a642a.zip |
Typo (PKGNAME -> PORTNAME). Also use PKGNAMEPREFIX=p5- instead of defining
DISTNAME=${PORTNAME}-${PORTVERSION}.
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 |