pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/shlock Make this compile and install on Darwin



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71739b1fc56f
branches:  trunk
changeset: 494497:71739b1fc56f
user:      rh <rh%pkgsrc.org@localhost>
date:      Wed May 25 01:40:05 2005 +0000

description:
Make this compile and install on Darwin

diffstat:

 pkgtools/shlock/Makefile       |  4 ++--
 pkgtools/shlock/files/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r f7390946bfe4 -r 71739b1fc56f pkgtools/shlock/Makefile
--- a/pkgtools/shlock/Makefile  Wed May 25 01:07:24 2005 +0000
+++ b/pkgtools/shlock/Makefile  Wed May 25 01:40:05 2005 +0000
@@ -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 @@
 
 PKGSRC_LOCKTYPE=       none    # avoid "bootstrapping problem"
 
-.if ${OPSYS} == "SunOS"
+.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin"
 MANINSTALL=
 .endif
 
diff -r f7390946bfe4 -r 71739b1fc56f pkgtools/shlock/files/Makefile
--- a/pkgtools/shlock/files/Makefile    Wed May 25 01:07:24 2005 +0000
+++ b/pkgtools/shlock/files/Makefile    Wed May 25 01:40:05 2005 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index