summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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