Update to 1.1.1. Make it NOPORDOCS-compliant.

This commit is contained in:
Anton Berezin 2001-11-18 22:14:09 +00:00
parent ecc596a8bc
commit 06550d7e95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50196
3 changed files with 10 additions and 14 deletions

View File

@ -6,28 +6,24 @@
#
PORTNAME= URI-Sequin
PORTVERSION= 1.1
PORTVERSION= 1.1.1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= URI
MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SARGIE
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
WRKSRC= ${WRKDIR}/sequin-${PORTVERSION}
PERL_CONFIGURE= yes
MAN3= URI::Sequin.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
pre-patch:
@${PERL} -pi -e \
's|\);$$|PM=>{q!Sequin.pm!=>q!\$$(INST_LIBDIR)/Sequin.pm!});|' \
${WRKSRC}/Makefile.PL
.ifndef (NOPORTDOCS)
post-install:
@${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/URI/Sequin/examples
@${INSTALL_DATA} ${WRKSRC}/example.pl ${WRKSRC}/ref?.log \
${PREFIX}/lib/perl5/site_perl/${PERL_VER}/URI/Sequin/examples
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (URI-Sequin-1.1.tar.gz) = e277ceb1080c7ead1a129ea4af0f0c9f
MD5 (URI-Sequin-1.1.1.tar.gz) = 7f1d63c4b0186f0ad3ec7899bb3aa7dd

View File

@ -1,10 +1,10 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/URI/Sequin/.packlist
lib/perl5/site_perl/%%PERL_VER%%/URI/Sequin.pm
lib/perl5/site_perl/%%PERL_VER%%/URI/Sequin/examples/example.pl
lib/perl5/site_perl/%%PERL_VER%%/URI/Sequin/examples/ref1.log
lib/perl5/site_perl/%%PERL_VER%%/URI/Sequin/examples/ref2.log
%%PORTDOCS%%lib/perl5/site_perl/%%PERL_VER%%/URI/Sequin/examples/example.pl
%%PORTDOCS%%lib/perl5/site_perl/%%PERL_VER%%/URI/Sequin/examples/ref1.log
%%PORTDOCS%%lib/perl5/site_perl/%%PERL_VER%%/URI/Sequin/examples/ref2.log
%%PORTDOCS%%@dirrm lib/perl5/site_perl/%%PERL_VER%%/URI/Sequin/examples
%%PORTDOCS%%@dirrm lib/perl5/site_perl/%%PERL_VER%%/URI/Sequin
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/URI/Sequin
@dirrm lib/perl5/site_perl/%%PERL_VER%%/URI/Sequin/examples
@dirrm lib/perl5/site_perl/%%PERL_VER%%/URI/Sequin
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/URI 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/URI 2>/dev/null || true