pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/shlock Don't install the manpage on FreeBSD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81ec5bdd6b3b
branches:  trunk
changeset: 497969:81ec5bdd6b3b
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Aug 08 21:40:48 2005 +0000

description:
Don't install the manpage on FreeBSD.

diffstat:

 pkgtools/shlock/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r f4f188fe379a -r 81ec5bdd6b3b pkgtools/shlock/Makefile
--- a/pkgtools/shlock/Makefile  Mon Aug 08 21:25:20 2005 +0000
+++ b/pkgtools/shlock/Makefile  Mon Aug 08 21:40:48 2005 +0000
@@ -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 @@
 
 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
 



Home | Main Index | Thread Index | Old Index