diff options
-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 9aef9eb5f91..2c4fe2a5d10 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.19 1998/07/05 21:19:19 downsj Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.20 1998/08/04 20:47:22 millert Exp $ # # Build wrapper for Perl 5.003. # @@ -193,7 +193,7 @@ maninstall: install: install.perl ${MANALL} maninstall (cd ${DESTDIR}/usr/include; ${H2PH} \ - -d ${DESTDIR}/usr/lib/perl5/site_perl/${MACHINE}-openbsd \ + -d ${DESTDIR}/usr/lib/perl5/site_perl/${MACHINE_ARCH}-openbsd \ *.h arpa/*.h machine/*.h net/*.h protocols/*.h sys/*.h) -chmod -R a+rX ${DESTDIR}/usr/lib/perl5 |