diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-12-27 03:24:10 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-12-27 03:24:10 +0000 |
commit | 45194571e20f1411adfc73c067c39c58ba27f8ab (patch) | |
tree | 2fa50c381177c65bb69a401c44424471b42353e2 /mk | |
parent | 6dee9ff996091ecb445ee8d2abe2a74a9bc03ff2 (diff) | |
download | pkgsrc-45194571e20f1411adfc73c067c39c58ba27f8ab.tar.gz |
MACHINE_ARCH of pmax is "mips"
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 6 | ||||
-rw-r--r-- | mk/bsd.port.mk | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 10a37cd3c60..73ef7f335d8 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,7 +1,7 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # -# $NetBSD: bsd.pkg.mk,v 1.26 1997/12/21 01:59:44 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.27 1997/12/27 03:24:10 hubertf Exp $ # # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -1852,13 +1852,13 @@ PLIST_SRC= ${PKGDIR}/PLIST exists(${PKGDIR}/PLIST-md.shared) && \ exists(${PKGDIR}/PLIST-md.static) PLIST_SRC= ${PKGDIR}/PLIST-mi -.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "pmax" || ${MACHINE_ARCH} == "alpha" +.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "alpha" # XXX this is mostly for perl; alpha can be removed once perl knows # how to do dynamic loading - hubertf PLIST_SRC+= ${PKGDIR}/PLIST-md.static .else PLIST_SRC+= ${PKGDIR}/PLIST-md.shared -.endif # powerpc || pmax || alpha +.endif # powerpc || mips || alpha .else # no PLIST at all PLIST_SRC= .endif # ${PKGDIR}/PLIST diff --git a/mk/bsd.port.mk b/mk/bsd.port.mk index bd1a6e2852a..843647c82a3 100644 --- a/mk/bsd.port.mk +++ b/mk/bsd.port.mk @@ -1,7 +1,7 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # -# $NetBSD: bsd.port.mk,v 1.26 1997/12/21 01:59:44 hubertf Exp $ +# $NetBSD: bsd.port.mk,v 1.27 1997/12/27 03:24:10 hubertf Exp $ # # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -1852,13 +1852,13 @@ PLIST_SRC= ${PKGDIR}/PLIST exists(${PKGDIR}/PLIST-md.shared) && \ exists(${PKGDIR}/PLIST-md.static) PLIST_SRC= ${PKGDIR}/PLIST-mi -.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "pmax" || ${MACHINE_ARCH} == "alpha" +.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "alpha" # XXX this is mostly for perl; alpha can be removed once perl knows # how to do dynamic loading - hubertf PLIST_SRC+= ${PKGDIR}/PLIST-md.static .else PLIST_SRC+= ${PKGDIR}/PLIST-md.shared -.endif # powerpc || pmax || alpha +.endif # powerpc || mips || alpha .else # no PLIST at all PLIST_SRC= .endif # ${PKGDIR}/PLIST |