diff options
author | 2014-12-07 00:34:08 +0000 | |
---|---|---|
committer | 2014-12-07 00:34:08 +0000 | |
commit | fe095cd224b0f903c86e5feb41de0fb95c6ce16d (patch) | |
tree | 0180c549abafa1bb75729cc5e84d381385c078f6 | |
parent | fix manual names that clash with other manuals (diff) | |
download | wireguard-openbsd-fe095cd224b0f903c86e5feb41de0fb95c6ce16d.tar.xz wireguard-openbsd-fe095cd224b0f903c86e5feb41de0fb95c6ce16d.zip |
Do not install function(1), it is just an outdated copy of perlfunc(1).
OK afresh1@ sthen@
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper1 b/gnu/usr.bin/perl/Makefile.bsd-wrapper1 index 3c28b84552d..ed0b79d1395 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper1 +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper1 @@ -40,7 +40,6 @@ _quick3p= cpan 1 utils/cpan \ enc2xs 1 utils/enc2xs \ find2perl 1 x2p/find2perl \ - function 1 cpan/Pod-Perldoc/corpus/perlfunc.pod \ h2ph 1 utils/h2ph \ h2xs 1 utils/h2xs \ instmodsh 1 utils/instmodsh \ |