From ada10c977a8e88fa4a1c135c797a1282a091d0d7 Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Mon, 26 Aug 1996 05:52:25 +0000 Subject: Missed one. --- gnu/usr.bin/perl/Makefile.bsd-wrapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index 92065cb8f54..fd57e3f9d9d 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.5 1996/08/26 05:31:51 downsj Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.6 1996/08/26 05:52:24 downsj Exp $ # # Build wrapper for Perl 5.003. # @@ -78,7 +78,7 @@ x2p/cflags: install: ${MANALL} maninstall (cd ${.OBJDIR}; ${MAKE} install) - (cd /usr/include; ${H2PH} *.h arpa/*.h machine/*.h net/*.h \ + (cd ${DESTDIR}/usr/include; ${H2PH} *.h arpa/*.h machine/*.h net/*.h \ protocols/*.h sys/*.h) -chmod -R a+rX ${DESTDIR}/usr/lib/perl5 -- cgit v1.2.3