diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 21:57:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 21:57:17 +0800 |
commit | a3bb62cb1f08d2b782ab66992d025b3a547a3761 (patch) | |
tree | 1b0561fa4e82fced8de696dbb5490248c1131ee9 /textproc | |
parent | 2daca19e1d7e09b540a47c593f1b8baf8bcc6d4c (diff) | |
download | freebsd-ports-gnome-a3bb62cb1f08d2b782ab66992d025b3a547a3761.tar.gz freebsd-ports-gnome-a3bb62cb1f08d2b782ab66992d025b3a547a3761.tar.zst freebsd-ports-gnome-a3bb62cb1f08d2b782ab66992d025b3a547a3761.zip |
- Add NO_ARCH
- Sort PLIST
- Pass maintainership to perl@
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Tk-XMLViewer/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Tk-XMLViewer/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Tk-XMLViewer/Makefile b/textproc/p5-Tk-XMLViewer/Makefile index c739f8f7b97d..74e0412bcc50 100644 --- a/textproc/p5-Tk-XMLViewer/Makefile +++ b/textproc/p5-Tk-XMLViewer/Makefile @@ -8,13 +8,14 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Tk::XMLViewer - Tk widget to display XML BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk \ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Tk-XMLViewer/pkg-plist b/textproc/p5-Tk-XMLViewer/pkg-plist index 781046065738..78db641c2ce2 100644 --- a/textproc/p5-Tk-XMLViewer/pkg-plist +++ b/textproc/p5-Tk-XMLViewer/pkg-plist @@ -1,4 +1,4 @@ bin/tkxmlview -%%PERL5_MAN3%%/Tk::XMLViewer.3.gz %%SITE_PERL%%/Tk/XMLViewer.pm +%%PERL5_MAN3%%/Tk::XMLViewer.3.gz man/man1/tkxmlview.1.gz |