diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-11-13 05:13:28 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-11-13 05:13:28 +0000 |
commit | dab159d63b29fb502ab95875ca878388b1707b6b (patch) | |
tree | 5b8357b86c5fba459b990c8f071b25fc29460560 /textproc/p5-SGMLSpm | |
parent | 9b1b180f5e792bf715fa7ceee95b8b50cfa2c47d (diff) | |
download | ports-dab159d63b29fb502ab95875ca878388b1707b6b.tar.gz ports-dab159d63b29fb502ab95875ca878388b1707b6b.zip |
Notes
Diffstat (limited to 'textproc/p5-SGMLSpm')
-rw-r--r-- | textproc/p5-SGMLSpm/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-SGMLSpm/pkg-plist | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-SGMLSpm/Makefile b/textproc/p5-SGMLSpm/Makefile index 0e0059be3b55..2249f7713c72 100644 --- a/textproc/p5-SGMLSpm/Makefile +++ b/textproc/p5-SGMLSpm/Makefile @@ -16,6 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}ii MAINTAINER= B.Candler@pobox.com COMMENT= Perl module for postprocessing the output from sgmls and nsgmls +USE_PERL5_RUN= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/textproc/p5-SGMLSpm/pkg-plist b/textproc/p5-SGMLSpm/pkg-plist index c7a25a213279..04c32289b2a7 100644 --- a/textproc/p5-SGMLSpm/pkg-plist +++ b/textproc/p5-SGMLSpm/pkg-plist @@ -2,6 +2,6 @@ bin/sgmlspl %%SITE_PERL%%/SGMLS.pm %%SITE_PERL%%/SGMLS/Output.pm %%SITE_PERL%%/SGMLS/Refs.pm -%%EXAMPLESDIR%%/SGMLSpm/skel.pl +%%EXAMPLESDIR%%/skel.pl @dirrm %%SITE_PERL%%/SGMLS -@dirrm %%EXAMPLESDIR%%/SGMLSpm +@dirrm %%EXAMPLESDIR%% |