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
commit4582a2f6317f4d5b9ccd6acfa0d71cea00a6e583 (patch)
treee0c8b9a48befd6306a636e65bae90f89e43e9aae /pkgtools/shlock
parenta1db503eb48f70c3c96af0dce7fa1b37e063a489 (diff)
downloadpkgsrc-4582a2f6317f4d5b9ccd6acfa0d71cea00a6e583.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