diff options
author | 1998-08-04 20:47:22 +0000 | |
---|---|---|
committer | 1998-08-04 20:47:22 +0000 | |
commit | 640f7d2db67f127a49e7b023778e69c700652c86 (patch) | |
tree | 7e498ada0dbbb8e2f5bd1be8ae3949e56fddfdb2 | |
parent | Change K6 3D to K6-2 (ewww) and set the Intel 686 model 5 as a P2. (diff) | |
download | wireguard-openbsd-640f7d2db67f127a49e7b023778e69c700652c86.tar.xz wireguard-openbsd-640f7d2db67f127a49e7b023778e69c700652c86.zip |
Use MACHINE_ARCH, not MACHINE when installing .ph files; pefo@opsycon.se
-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 |