diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-09 00:52:42 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-09 00:52:42 +0800 |
commit | c7d7b7ca4a70bbe7ad1bebd791b15e9d4eb52ff8 (patch) | |
tree | 9c9ec8b588c2e47e001f33ba0d9b9896306eb4d3 /textproc | |
parent | 3d9c575363e6c73f3f29523096be424456be9ac6 (diff) | |
download | freebsd-ports-gnome-c7d7b7ca4a70bbe7ad1bebd791b15e9d4eb52ff8.tar.gz freebsd-ports-gnome-c7d7b7ca4a70bbe7ad1bebd791b15e9d4eb52ff8.tar.zst freebsd-ports-gnome-c7d7b7ca4a70bbe7ad1bebd791b15e9d4eb52ff8.zip |
Fix fallout from bsd.perl.mk introduction.
Missed by: gabor, linimon
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-Parser/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Pod-Parser/pkg-plist | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/textproc/p5-Pod-Parser/Makefile b/textproc/p5-Pod-Parser/Makefile index d6f3f1b55a81..02fe54cc68a5 100644 --- a/textproc/p5-Pod-Parser/Makefile +++ b/textproc/p5-Pod-Parser/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN1= pod2usage.1 podchecker.1 podselect.1 MAN3= Pod::Checker.3 Pod::Find.3 Pod::InputObjects.3 \ Pod::ParseUtils.3 Pod::Parser.3 Pod::PlainText.3 Pod::Select.3 \ Pod::Usage.3 diff --git a/textproc/p5-Pod-Parser/pkg-plist b/textproc/p5-Pod-Parser/pkg-plist index 807dc3aef443..bbca68829f2c 100644 --- a/textproc/p5-Pod-Parser/pkg-plist +++ b/textproc/p5-Pod-Parser/pkg-plist @@ -1,6 +1,3 @@ -bin/pod2usage -bin/podchecker -bin/podselect %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Parser/.packlist %%SITE_PERL%%/Pod/Checker.pm %%SITE_PERL%%/Pod/Find.pm |