Skip to content

Commit

Permalink
Add MirBSD.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsiegert committed Apr 2, 2015
1 parent e7d81b9 commit 99793a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lang/spidermonkey/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.27 2013/07/15 02:02:24 ryoon Exp $
# $NetBSD: Makefile,v 1.28 2015/04/02 14:40:32 bsiegert Exp $

DISTNAME= js-1.8.0-rc1
PKGNAME= spidermonkey-1.8.0rc1
Expand Down Expand Up @@ -28,7 +28,8 @@ INSTALLATION_DIRS= bin include lib
.include "../../mk/bsd.prefs.mk"

.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || \
${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD"
${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD" || \
${OPSYS} == "MirBSD"
BUILDDIRPREFIX= pkgsrc
.elif ${OPSYS} == "Linux"
BUILDDIRPREFIX= Linux_All
Expand Down

0 comments on commit 99793a4

Please sign in to comment.