summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrh <rh>2005-05-25 01:40:05 +0000
committerrh <rh>2005-05-25 01:40:05 +0000
commit544b27109df1cff0ecf3dc836dbe0c024568dbaf (patch)
tree09f0dccbee9a1e89ad22e82dbbe940bddc045ca1 /pkgtools
parent616a47d5c191f4b51f66ebbb073d39ea29411b05 (diff)
downloadpkgsrc-544b27109df1cff0ecf3dc836dbe0c024568dbaf.tar.gz
Make this compile and install on Darwin
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/shlock/Makefile4
-rw-r--r--pkgtools/shlock/files/Makefile4
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