diff options
author | xtraeme <xtraeme> | 2005-08-08 21:40:48 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-08-08 21:40:48 +0000 |
commit | a1fcc7fab00edf20f2b5da0df83c7f2f75a78a18 (patch) | |
tree | 6a8a0a08d642d16ef7975ccf15840010bbf073fc /pkgtools | |
parent | ae4c4571cd2a1fda304dd11a4be420672ff2156a (diff) | |
download | pkgsrc-a1fcc7fab00edf20f2b5da0df83c7f2f75a78a18.tar.gz |
Don't install the manpage on FreeBSD.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/shlock/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/shlock/Makefile b/pkgtools/shlock/Makefile index 53df6cd84ce..0de28d2a278 100644 --- a/pkgtools/shlock/Makefile +++ b/pkgtools/shlock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/06/17 04:49:47 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/08/08 21:40:48 xtraeme Exp $ # DISTNAME= shlock-20020114 @@ -25,7 +25,8 @@ MAKE_ENV+= MANOWN=${BINOWN} MANGRP=${BINGRP} PKGSRC_LOCKTYPE= none # avoid "bootstrapping problem" -.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" +.if !empty(OPSYS:MSunOS) || !empty(OPSYS:MDarwin) || \ + !empty(OPSYS:MDragonFly) || !empty(OPSYS:MFreeBSD) MANINSTALL= .endif |