diff options
author | obache <obache@pkgsrc.org> | 2014-12-23 01:58:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-12-23 01:58:43 +0000 |
commit | b99213bdecb1ad2398044a528a4dc600c1874eaf (patch) | |
tree | 5caadf2464e3a324320f6309cb40cd0b3e552d9e /textproc | |
parent | aa71c77018a2b2472c0f0d1aa2c83f5c901357d8 (diff) | |
download | pkgsrc-b99213bdecb1ad2398044a528a4dc600c1874eaf.tar.gz |
Use upstream way to rename manpage.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mdocml/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile index 7ef2a17f937..4fafa9650ae 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2014/12/13 15:52:53 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2014/12/23 01:58:43 obache Exp $ DISTNAME= mdocml-1.13.2 CATEGORIES= textproc devel @@ -23,13 +23,11 @@ SUBST_SED.roff= -e 's,Xr roff,Xr mandoc-roff,g' post-extract: ${ECHO} PREFIX=${PREFIX} > ${WRKSRC}/configure.local + ${ECHO} MANM_ROFF="mandoc-roff" >> ${WRKSRC}/configure.local # Mac OS X and Solaris 10 and newer do not support static binaries. .if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS" ${ECHO} STATIC= >> ${WRKSRC}/configure.local .endif -post-install: - cd ${DESTDIR}${PREFIX}/${PKGMANDIR}/man7 && mv roff.7 mandoc-roff.7 - .include "../../databases/sqlite3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |