pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/mandoc mandoc: incorporate some comments from...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32f38d2228f8
branches:  trunk
changeset: 311726:32f38d2228f8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 16 13:55:35 2018 +0000

description:
mandoc: incorporate some comments from Ingo

autodetection should work well enough, remove two manual overrides
improve COMMENT

diffstat:

 textproc/mandoc/Makefile |  12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diffs (33 lines):

diff -r ec4fbb462e32 -r 32f38d2228f8 textproc/mandoc/Makefile
--- a/textproc/mandoc/Makefile  Thu Aug 16 13:50:20 2018 +0000
+++ b/textproc/mandoc/Makefile  Thu Aug 16 13:55:35 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/08/15 04:09:18 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2018/08/16 13:55:35 wiz Exp $
 
 DISTNAME=      mandoc-1.14.4
 CATEGORIES=    textproc devel
@@ -6,7 +6,7 @@
 
 MAINTAINER=    schwarze%usta.de@localhost
 HOMEPAGE=      http://mdocml.bsd.lv/
-COMMENT=       Convert man pages from mdoc, man, and tbl to txt, html, ps, or pdf
+COMMENT=       Convert man pages from mdoc, man, eqn and tbl to txt, html, ps, or pdf
 LICENSE=       2-clause-bsd # not exactly, but near enough
 
 HAS_CONFIGURE= yes
@@ -34,14 +34,6 @@
        ${ECHO} INSTALL_DATA=\"${INSTALL_DATA:Q}\" >> ${WRKSRC}/configure.local
        ${ECHO} MANM_ROFF="mandoc-roff" >> ${WRKSRC}/configure.local
        ${ECHO} BINM_SOELIM="msoelim" >> ${WRKSRC}/configure.local
-# Need -lrt for nanosleep(2) on Solaris.
-.if ${OPSYS} == "SunOS"
-       ${ECHO} LDADD=\"-lrt\" >> ${WRKSRC}/configure.local
-.endif
-# Mac OS X and Solaris 10 and newer do not support static binaries.
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
-       ${ECHO} STATIC= >> ${WRKSRC}/configure.local
-.endif
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index