summaryrefslogtreecommitdiff
path: root/textproc/mdocml
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-09-07 18:50:05 +0000
committerwiz <wiz@pkgsrc.org>2016-09-07 18:50:05 +0000
commit577865f3488b3ee7187e2085e1415c66e7dd22ca (patch)
tree592213372f7ebdebd8117e6b15e62ef72767395d /textproc/mdocml
parentcc74b8ec7e7d5d0737948472039414b4d6510256 (diff)
downloadpkgsrc-577865f3488b3ee7187e2085e1415c66e7dd22ca.tar.gz
Rename soelim to msoelim (per comment in upstream example) to fix
conflict with groff. Requested by jperkin. Bump PKGREVISION.
Diffstat (limited to 'textproc/mdocml')
-rw-r--r--textproc/mdocml/Makefile4
-rw-r--r--textproc/mdocml/PLIST6
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile
index dd7f1ea3e46..686df0dace5 100644
--- a/textproc/mdocml/Makefile
+++ b/textproc/mdocml/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2016/07/20 23:42:12 sevan Exp $
+# $NetBSD: Makefile,v 1.58 2016/09/07 18:50:05 wiz Exp $
DISTNAME= mdocml-1.13.4
+PKGREVISION= 1
CATEGORIES= textproc devel
MASTER_SITES= http://mdocml.bsd.lv/snapshots/
@@ -33,6 +34,7 @@ post-extract:
${ECHO} INSTALL_MAN=\"${INSTALL_MAN:Q}\" >> ${WRKSRC}/configure.local
${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
diff --git a/textproc/mdocml/PLIST b/textproc/mdocml/PLIST
index dd3ad561183..507ff9e3456 100644
--- a/textproc/mdocml/PLIST
+++ b/textproc/mdocml/PLIST
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.13 2016/07/14 15:26:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2016/09/07 18:50:05 wiz Exp $
bin/apropos
bin/demandoc
bin/man
bin/mandoc
-bin/soelim
+bin/msoelim
bin/whatis
include/mandoc/man.h
include/mandoc/mandoc.h
@@ -15,7 +15,7 @@ man/man1/apropos.1
man/man1/demandoc.1
man/man1/man.1
man/man1/mandoc.1
-man/man1/soelim.1
+man/man1/msoelim.1
man/man1/whatis.1
man/man3/mandoc.3
man/man3/mandoc_escape.3