diff options
author | rh <rh@pkgsrc.org> | 2005-05-25 01:40:05 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2005-05-25 01:40:05 +0000 |
commit | a1db503eb48f70c3c96af0dce7fa1b37e063a489 (patch) | |
tree | 09f0dccbee9a1e89ad22e82dbbe940bddc045ca1 /pkgtools | |
parent | 9637ca8c4cb60eb515c10b3677ff012daf85787b (diff) | |
download | pkgsrc-a1db503eb48f70c3c96af0dce7fa1b37e063a489.tar.gz |
Make this compile and install on Darwin
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/shlock/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/shlock/files/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/shlock/Makefile b/pkgtools/shlock/Makefile index 6be6c871742..66189b75972 100644 --- a/pkgtools/shlock/Makefile +++ b/pkgtools/shlock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/24 20:28:39 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2005/05/25 01:40:05 rh Exp $ # DISTNAME= shlock-20020114 @@ -25,7 +25,7 @@ MAKE_ENV+= MANOWN=${BINOWN} MANGRP=${BINGRP} PKGSRC_LOCKTYPE= none # avoid "bootstrapping problem" -.if ${OPSYS} == "SunOS" +.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" MANINSTALL= .endif diff --git a/pkgtools/shlock/files/Makefile b/pkgtools/shlock/files/Makefile index 1eeb75fe362..522cd02c895 100644 --- a/pkgtools/shlock/files/Makefile +++ b/pkgtools/shlock/files/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/02/15 11:56:19 seb Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/25 01:40:05 rh Exp $ PROG= shlock -.if (${OPSYS} == SunOS) +.if (${OPSYS} == SunOS || ${OPSYS} == Darwin) NOMAN= YES .endif |