diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-19 00:21:11 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-19 00:21:11 +0000 |
commit | 2d914c960583d3b08950f5cfd1e3a50bf6f3f18c (patch) | |
tree | cb97c3d495a93cc1aca85393d750203fe8dba4b1 /x11-fonts/p5-Font-TTF | |
parent | ba5d757f366890042105d20ece741f06c44c68ed (diff) | |
download | ports-2d914c960583d3b08950f5cfd1e3a50bf6f3f18c.tar.gz ports-2d914c960583d3b08950f5cfd1e3a50bf6f3f18c.zip |
- Update PORTVERSION to correct 0.38.1
- Remove DISTNAME hack
- Add WRKSRC to deal with malformed distro dir structure
Approved by: tobez (implicit)
Notes
Notes:
svn path=/head/; revision=165723
Diffstat (limited to 'x11-fonts/p5-Font-TTF')
-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 4389a450548f..65f7dbf94b56 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 \ |