summaryrefslogtreecommitdiff
path: root/pkgtools/shlock
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-05-25 02:23:15 +0000
committerreed <reed@pkgsrc.org>2005-05-25 02:23:15 +0000
commit2edc6ef2c77e8d16bb5353d45c42e9f9a746fdb0 (patch)
treee0c8b9a48befd6306a636e65bae90f89e43e9aae /pkgtools/shlock
parent62a6772d53851a229785d122495d5efbd29a8b3d (diff)
downloadpkgsrc-2edc6ef2c77e8d16bb5353d45c42e9f9a746fdb0.tar.gz
For DragonFly. This is from PR #30262 from Joerg Sonnenberger.
I didn't test under DraginFly myself.
Diffstat (limited to 'pkgtools/shlock')
-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 66189b75972..b7a61b6d4d9 100644
--- a/pkgtools/shlock/Makefile
+++ b/pkgtools/shlock/Makefile
@@ -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 @@ MAKE_ENV+= MANOWN=${BINOWN} MANGRP=${BINGRP}
PKGSRC_LOCKTYPE= none # avoid "bootstrapping problem"
-.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin"
+.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly"
MANINSTALL=
.endif
diff --git a/pkgtools/shlock/files/Makefile b/pkgtools/shlock/files/Makefile
index 522cd02c895..c2887bc6150 100644
--- a/pkgtools/shlock/files/Makefile
+++ b/pkgtools/shlock/files/Makefile
@@ -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