diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-26 05:52:25 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-26 05:52:25 +0000 |
commit | ada10c977a8e88fa4a1c135c797a1282a091d0d7 (patch) | |
tree | 6abe4088b1a226618580b2a53767c57872d867ce | |
parent | f7783de83886622dd836d065ce99f8e17110ee1a (diff) |
Missed one.
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 4 |
1 files 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 |