diff options
author | aaron <aaron@FreeBSD.org> | 2006-06-19 00:21:11 +0000 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-06-19 00:21:11 +0000 |
commit | a164b64fecaf0fc582d5cc8095dbb550103e1e3e (patch) | |
tree | ecb8f646589308b9b88768ca9724ba8dff8f0143 /x11-fonts | |
parent | 12dea46025eb44bf5f79cff19801d8d448ab9d4f (diff) | |
download | FreeBSD-ports-a164b64fecaf0fc582d5cc8095dbb550103e1e3e.zip FreeBSD-ports-a164b64fecaf0fc582d5cc8095dbb550103e1e3e.tar.gz |
- Update PORTVERSION to correct 0.38.1
- Remove DISTNAME hack
- Add WRKSRC to deal with malformed distro dir structure
Approved by: tobez (implicit)
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/p5-Font-TTF/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/p5-Font-TTF/Makefile b/x11-fonts/p5-Font-TTF/Makefile index 4389a45..65f7dbf 100644 --- a/x11-fonts/p5-Font-TTF/Makefile +++ b/x11-fonts/p5-Font-TTF/Makefile @@ -7,16 +7,16 @@ # PORTNAME= Font-TTF -PORTVERSION= 0.38 +PORTVERSION= 0.38.1 CATEGORIES= x11-fonts perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Font PKGNAMEPREFIX= p5- -DISTFILES= ${DISTNAME}.1${EXTRACT_SUFX} MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for TrueType font hacking +WRKSRC= ${WRKDIR}/${PORTNAME}-0.38 PERL_CONFIGURE= yes MAN3= Font::TTF::AATKern.3 Font::TTF::Anchor.3 Font::TTF::Bsln.3 \ |