diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
commit | 090316dbc14c2b14673d0d368ec85d09c5841a39 (patch) | |
tree | d6c413c3547e857d6c61c3d887298be79b3ea7e1 /converters/p5-Convert-UU | |
parent | Converted to MAN[1-8] (diff) |
Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
Notes
Notes:
svn path=/head/; revision=4541
Diffstat (limited to 'converters/p5-Convert-UU')
-rw-r--r-- | converters/p5-Convert-UU/Makefile | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/converters/p5-Convert-UU/Makefile b/converters/p5-Convert-UU/Makefile index 4ebeeb31ca69..027dff08445d 100644 --- a/converters/p5-Convert-UU/Makefile +++ b/converters/p5-Convert-UU/Makefile @@ -3,35 +3,30 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1996/10/24 09:58:09 jfitz Exp $ +# $Id: Makefile,v 1.3 1996/11/11 05:49:57 obrien Exp $ # DISTNAME= Convert-UU-0.01 PKGNAME= p5-Convert-UU-0.1 CATEGORIES= misc -MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Convert/ \ - ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Convert/ \ - ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Convert/ \ - ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Convert/ \ - ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Convert/ \ - ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Convert/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Convert MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +MAN1= puuencode.1 puudecode.1 + do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL post-install: .if !defined(NOMANCOMPRESS) - @ for file in Convert::UU; do \ - gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \ - done - @ for file in puuencode puudecode; do \ - gzip -9nf ${PREFIX}//man/man1/$$file.1; \ - done + @ for file in Convert::UU; do \ + gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \ + done .endif .include <bsd.port.mk> |