diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-06-22 12:57:55 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-06-22 12:57:55 +0000 |
commit | 08b726dffa798efecbb58b38be6afb6ce4078086 (patch) | |
tree | 3e0f949c3c8cfe0763eefedd2f939cae46e9b1d5 /textproc/p5-Tk-XMLViewer | |
parent | b0988dd3d7e494b13214bd9e15da28b93fa60bad (diff) | |
download | ports-08b726dffa798efecbb58b38be6afb6ce4078086.tar.gz ports-08b726dffa798efecbb58b38be6afb6ce4078086.zip |
Notes
Diffstat (limited to 'textproc/p5-Tk-XMLViewer')
-rw-r--r-- | textproc/p5-Tk-XMLViewer/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Tk-XMLViewer/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Tk-XMLViewer/pkg-plist | 12 |
3 files changed, 8 insertions, 9 deletions
diff --git a/textproc/p5-Tk-XMLViewer/Makefile b/textproc/p5-Tk-XMLViewer/Makefile index a05075e70412..7fe0201aecb6 100644 --- a/textproc/p5-Tk-XMLViewer/Makefile +++ b/textproc/p5-Tk-XMLViewer/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Tk-XMLViewer -PORTVERSION= 0.14 -PORTREVISION= 1 +PORTVERSION= 0.15 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Tk diff --git a/textproc/p5-Tk-XMLViewer/distinfo b/textproc/p5-Tk-XMLViewer/distinfo index 49a84c5bfe36..8c9c5c098b47 100644 --- a/textproc/p5-Tk-XMLViewer/distinfo +++ b/textproc/p5-Tk-XMLViewer/distinfo @@ -1 +1 @@ -MD5 (Tk-XMLViewer-0.14.tar.gz) = bf21faa6f721ebb97141f9fa6de4dc57 +MD5 (Tk-XMLViewer-0.15.tar.gz) = 34e06e2c30ccbfd8f38d00772d2f6479 diff --git a/textproc/p5-Tk-XMLViewer/pkg-plist b/textproc/p5-Tk-XMLViewer/pkg-plist index eaff9f5b8abb..fa12c1a4749d 100644 --- a/textproc/p5-Tk-XMLViewer/pkg-plist +++ b/textproc/p5-Tk-XMLViewer/pkg-plist @@ -1,7 +1,7 @@ bin/tkxmlview -lib/perl5/site_perl/%%PERL_VER%%/Tk/autoinstall.pl -lib/perl5/site_perl/%%PERL_VER%%/Tk/XMLViewer.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/XMLViewer/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/XMLViewer -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Tk 2>/dev/null || true +%%SITE_PERL%%/Tk/prereqinst.pl +%%SITE_PERL%%/Tk/XMLViewer.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/XMLViewer/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/XMLViewer +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Tk 2>/dev/null || true |