pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/groff Add CONFLICTS with mdocml and ja-groff;...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01b308fb5444
branches:  trunk
changeset: 610267:01b308fb5444
user:      cheusov <cheusov%pkgsrc.org@localhost>
date:      Sun Oct 21 21:23:45 2012 +0000

description:
Add CONFLICTS with mdocml and ja-groff; Add LICENSE; Fix pkglint warning

diffstat:

 textproc/groff/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 73ddfc9bdb73 -r 01b308fb5444 textproc/groff/Makefile
--- a/textproc/groff/Makefile   Sun Oct 21 21:21:57 2012 +0000
+++ b/textproc/groff/Makefile   Sun Oct 21 21:23:45 2012 +0000
@@ -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@localhost
 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 @@
        ${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



Home | Main Index | Thread Index | Old Index