diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-04-03 18:27:26 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-04-03 18:27:26 +0000 |
commit | 596fd718a5efaf31a5dce3fef1a5c0922dcec36c (patch) | |
tree | bca6635dc167138c28a09bc5600f8493e054eabe /gnu/usr.bin/perl | |
parent | 66b55f34132b3c71df8e2e4687edc2474efd2198 (diff) |
Put back 1.11, lost during the last update; unbreaks NOPIC builds.
ok deraadt@
Diffstat (limited to 'gnu/usr.bin/perl')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper1 b/gnu/usr.bin/perl/Makefile.bsd-wrapper1 index 2f95878cf1b..e97af14143e 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper1 +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper1 @@ -808,8 +808,8 @@ _quick3p= vmsish 3p lib/vmsish.pm \ warnings 3p lib/warnings.pm \ warnings::register 3p lib/warnings/register.pm \ - XS::APItest 3p lib/XS/APItest.pm \ - XS::Typemap 3p lib/XS/Typemap.pm \ + XS::APItest 3p ext/XS-APItest/APItest.pm \ + XS::Typemap 3p ext/XS-Typemap/Typemap.pm \ XSLoader 3p lib/XSLoader.pm . ifndef NOMAN MAN+= ${page}.${sect} |