svn commit: r329560 - head/archivers/p5-IO-Compress
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Oct 6 13:19:57 UTC 2013
Author: sunpoet
Date: Sun Oct 6 13:19:56 2013
New Revision: 329560
URL: http://svnweb.freebsd.org/changeset/ports/329560
Log:
- Fix PLIST
Notified by: antoine
Modified:
head/archivers/p5-IO-Compress/Makefile
head/archivers/p5-IO-Compress/pkg-plist
Modified: head/archivers/p5-IO-Compress/Makefile
==============================================================================
--- head/archivers/p5-IO-Compress/Makefile Sun Oct 6 13:19:50 2013 (r329559)
+++ head/archivers/p5-IO-Compress/Makefile Sun Oct 6 13:19:56 2013 (r329560)
@@ -29,7 +29,6 @@ USES= perl5
.if ${PERL_LEVEL} >= 501600
PLIST_SUB+= EXE_FILES="@comment "
.else
-MAN1+= zipdetails.1
PLIST_SUB+= EXE_FILES=""
.endif
Modified: head/archivers/p5-IO-Compress/pkg-plist
==============================================================================
--- head/archivers/p5-IO-Compress/pkg-plist Sun Oct 6 13:19:50 2013 (r329559)
+++ head/archivers/p5-IO-Compress/pkg-plist Sun Oct 6 13:19:56 2013 (r329560)
@@ -45,6 +45,7 @@
%%PERL5_MAN3%%/IO::Uncompress::Inflate.3.gz
%%PERL5_MAN3%%/IO::Uncompress::RawInflate.3.gz
%%PERL5_MAN3%%/IO::Uncompress::Unzip.3.gz
+%%EXE_FILES%%man/man1/zipdetails.1.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Compress
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
@dirrmtry %%SITE_PERL%%/IO/Uncompress/Adapter
More information about the svn-ports-all
mailing list