diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-06-23 22:12:56 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-06-23 22:12:56 +0800 |
commit | 84e03a3ef0030bf97cd6e7195da976eedbec853b (patch) | |
tree | e92bd183825b9fe4d6afe734f549c49a06f429c4 /www/p5-Apache-Compress | |
parent | b93f05894a36dd51453c8aa20fca89be88ca6a31 (diff) | |
download | freebsd-ports-gnome-84e03a3ef0030bf97cd6e7195da976eedbec853b.tar.gz freebsd-ports-gnome-84e03a3ef0030bf97cd6e7195da976eedbec853b.tar.zst freebsd-ports-gnome-84e03a3ef0030bf97cd6e7195da976eedbec853b.zip |
- Update to 1.005 [1]
- Unsilence post-install
[1]:
PR: ports/82567
Submitted by: maintainer
Diffstat (limited to 'www/p5-Apache-Compress')
-rw-r--r-- | www/p5-Apache-Compress/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Apache-Compress/distinfo | 4 | ||||
-rw-r--r-- | www/p5-Apache-Compress/pkg-plist | 1 |
3 files changed, 5 insertions, 8 deletions
diff --git a/www/p5-Apache-Compress/Makefile b/www/p5-Apache-Compress/Makefile index cf77bb4691e3..fe1d36613799 100644 --- a/www/p5-Apache-Compress/Makefile +++ b/www/p5-Apache-Compress/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Apache-Compress -PORTVERSION= 1.003 +PORTVERSION= 1.005 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache/KWILLIAMS @@ -25,10 +25,8 @@ DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for docfile in README Changes - @${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} -.endfor + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Changes ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/www/p5-Apache-Compress/distinfo b/www/p5-Apache-Compress/distinfo index d9e038948154..91d5d3d489b2 100644 --- a/www/p5-Apache-Compress/distinfo +++ b/www/p5-Apache-Compress/distinfo @@ -1,2 +1,2 @@ -MD5 (Apache-Compress-1.003.tar.gz) = 9d1b571995961223bdb5e005f42e1c76 -SIZE (Apache-Compress-1.003.tar.gz) = 11028 +MD5 (Apache-Compress-1.005.tar.gz) = 65e1b624f7b213b4d4bee541d2fab252 +SIZE (Apache-Compress-1.005.tar.gz) = 12378 diff --git a/www/p5-Apache-Compress/pkg-plist b/www/p5-Apache-Compress/pkg-plist index f7c3740abeac..f6acd4686cdb 100644 --- a/www/p5-Apache-Compress/pkg-plist +++ b/www/p5-Apache-Compress/pkg-plist @@ -1,7 +1,6 @@ %%SITE_PERL%%/Apache/Compress.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Compress/.packlist %%PORTDOCS%%%%DOCSDIR%%/Changes -%%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Compress @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true |