pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/shlock For DragonFly. This is from PR #30262 ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fea3c38ea28b
branches: trunk
changeset: 494498:fea3c38ea28b
user: reed <reed%pkgsrc.org@localhost>
date: Wed May 25 02:23:15 2005 +0000
description:
For DragonFly. This is from PR #30262 from Joerg Sonnenberger.
I didn't test under DraginFly myself.
diffstat:
pkgtools/shlock/Makefile | 4 ++--
pkgtools/shlock/files/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 71739b1fc56f -r fea3c38ea28b pkgtools/shlock/Makefile
--- a/pkgtools/shlock/Makefile Wed May 25 01:40:05 2005 +0000
+++ b/pkgtools/shlock/Makefile Wed May 25 02:23:15 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/05/25 01:40:05 rh Exp $
+# $NetBSD: Makefile,v 1.12 2005/05/25 02:23:15 reed Exp $
#
DISTNAME= shlock-20020114
@@ -25,7 +25,7 @@
PKGSRC_LOCKTYPE= none # avoid "bootstrapping problem"
-.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin"
+.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly"
MANINSTALL=
.endif
diff -r 71739b1fc56f -r fea3c38ea28b pkgtools/shlock/files/Makefile
--- a/pkgtools/shlock/files/Makefile Wed May 25 01:40:05 2005 +0000
+++ b/pkgtools/shlock/files/Makefile Wed May 25 02:23:15 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2005/05/25 01:40:05 rh Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/25 02:23:15 reed Exp $
PROG= shlock
-.if (${OPSYS} == SunOS || ${OPSYS} == Darwin)
+.if (${OPSYS} == SunOS || ${OPSYS} == Darwin || ${OPSYS} == DragonFly)
NOMAN= YES
.endif
Home |
Main Index |
Thread Index |
Old Index