diff options
author | Andrew Fresh <afresh1@cvs.openbsd.org> | 2016-11-09 03:03:28 +0000 |
---|---|---|
committer | Andrew Fresh <afresh1@cvs.openbsd.org> | 2016-11-09 03:03:28 +0000 |
commit | 2c7c0ab5ee256a1d89f552ac24b1023fee7dc0ea (patch) | |
tree | c931723c6306acdfeace3224656c77430d68f3da | |
parent | aaf775a91f6ab32ceccbea91fe33b93cd6810fde (diff) |
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: |