pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/shlock/files Don't set NOMAN for SunOS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c02fea845d9b
branches:  trunk
changeset: 542935:c02fea845d9b
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri May 30 10:02:38 2008 +0000

description:
Don't set NOMAN for SunOS.

diffstat:

 pkgtools/shlock/files/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (15 lines):

diff -r c5fb5279fb0f -r c02fea845d9b pkgtools/shlock/files/Makefile
--- a/pkgtools/shlock/files/Makefile    Fri May 30 09:39:09 2008 +0000
+++ b/pkgtools/shlock/files/Makefile    Fri May 30 10:02:38 2008 +0000
@@ -1,10 +1,5 @@
-#      $NetBSD: Makefile,v 1.5 2006/12/07 19:10:21 rpaulo Exp $
+#      $NetBSD: Makefile,v 1.6 2008/05/30 10:02:38 tnn Exp $
 
 PROG=   shlock
 
-.if (${OPSYS} == SunOS || ${OPSYS} == Darwin || ${OPSYS} == DragonFly || \
-    ${OPSYS} == Linux)
-NOMAN=          YES
-.endif
-
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index