diff options
author | 2016-11-09 03:03:27 +0000 | |
---|---|---|
committer | 2016-11-09 03:03:27 +0000 | |
commit | a6bc8bc57b75c6019336a159ed206f1b4054f472 (patch) | |
tree | 182ffae30a9d76223f23f3d5480a7ecda9c8a8f7 | |
parent | Use variable REMOTE_SSH to check the setup of the remote machine. (diff) | |
download | wireguard-openbsd-a6bc8bc57b75c6019336a159ed206f1b4054f472.tar.xz wireguard-openbsd-a6bc8bc57b75c6019336a159ed206f1b4054f472.zip |
Stop installing perl .ph files
It's finally time
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index a6b05d0f3f5..69454ae314b 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.104 2016/09/20 18:29:12 natano Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.105 2016/11/09 03:03:27 afresh1 Exp $ # # Build wrapper for Perl 5.20.1-RC2 # @@ -104,15 +104,6 @@ perly.c perly.h: perly.y -@true install: install.lib install.perl maninstall - -${INSTALL} -d -o ${LIBOWN} -g ${LIBGRP} -m ${DIRMODE} \ - ${DESTDIR}/usr/libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd - (cd ${DESTDIR}/usr/include; ${H2PH} \ - -d ${DESTDIR}/usr/libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd \ - `find . -name '*.h'`; \ - pax -rw `find . -type l \! -name '*.h' | sed 's/^..//'` \ - ${DESTDIR}/usr/libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd) - chown -RP ${LIBOWN}:${LIBGRP} \ - ${DESTDIR}/usr/libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd -chmod -R a+rX ${DESTDIR}/usr/libdata/perl5 install.perl: |