diff options
author | tnn <tnn> | 2010-02-04 13:13:57 +0000 |
---|---|---|
committer | tnn <tnn> | 2010-02-04 13:13:57 +0000 |
commit | 0c497c2b782d6afb76d7d721fc8ebbdba833d7cd (patch) | |
tree | 8d8e1fec4b812a9b548285ba0a3f957a5ec424e9 | |
parent | 823d97d17a7737601c4bfe85c4da0210d2bfa573 (diff) | |
download | pkgsrc-0c497c2b782d6afb76d7d721fc8ebbdba833d7cd.tar.gz |
move comment
-rw-r--r-- | textproc/groff/Makefile | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 06abd7244da..69f83bef127 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2010/02/04 12:49:03 tnn Exp $ +# $NetBSD: Makefile,v 1.56 2010/02/04 13:13:57 tnn Exp $ # DISTNAME= groff-1.20.1 @@ -38,20 +38,6 @@ PLIST_SRC+= PLIST .include "../../mk/bsd.prefs.mk" -# -# Groff installs its own man and ms macros as mgan and mgs if the -# configure script thinks replacing the system ones is not safe. Since -# this depends heavily on exactly what the system macros are, each -# vendor OS is likely to be different and possibly differ by version. -# -# It also installs wrappers around the system macros for a variety of -# other traditional macro packages, if those macros don't have an FSF -# copyright. -# -# It also defaults to installing some of its own tools with a 'g' -# prefix on some platforms. -# - .if ${OPSYS} == "SunOS" PLIST_SUBST+= GNU_PREFIX="g" @@ -74,6 +60,15 @@ post-patch: -e "s,@@OPERATING_SYSTEM@@,pkgsrc,g" \ ${FILESDIR}/mdoc.local > ${WRKDIR}/mdoc.local +# Groff installs its own man and ms macros as mgan and mgs if the +# configure script thinks replacing the system ones is not safe. Since +# this depends heavily on exactly what the system macros are, each +# vendor OS is likely to be different and possibly differ by version. +# +# It also installs wrappers around the system macros for a variety of +# other traditional macro packages, if those macros don't have an FSF +# copyright. + post-install: ${INSTALL_DATA} ${WRKDIR}/mdoc.local \ ${DESTDIR}${PREFIX}/share/groff/site-tmac |