diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/groff/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 2af2940d0bf..08593259c22 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,14 +1,17 @@ -# $NetBSD: Makefile,v 1.65 2012/10/03 21:57:48 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2012/10/21 21:23:45 cheusov Exp $ # DISTNAME= groff-1.20.1 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=groff/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/groff/groff.html COMMENT= GNU roff text processing suite +LICENSE= gnu-gpl-v3 + +CONFLICTS= mdocml-[0-9]* ja-groff-[0-9]* CHECK_PERMS= NO MAKE_JOBS_SAFE= NO @@ -64,7 +67,7 @@ post-patch: ${SED} -e "s,@@VOLUME_OPERATING_SYSTEM@@,${OPSYS},g" \ -e "s,@@OPERATING_SYSTEM@@,pkgsrc,g" \ ${FILESDIR}/mdoc.local > ${WRKDIR}/mdoc.local - @${RM} ${WRKSRC}/doc/groff.info-2.orig + ${RM} ${WRKSRC}/doc/groff.info-2.orig # 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 |