pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkgdiff On Solaris, at least the catpages can...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa53adf804be
branches:  trunk
changeset: 533807:aa53adf804be
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 01 09:54:32 2007 +0000

description:
On Solaris, at least the catpages can be installed. By the way, mandoc
pages cannot be processed with nroff -man. Since we already have the
preformatted files in the FILESDIR, what was the point of regenerating
them?

PKGREVISION++

diffstat:

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

diffs (34 lines):

diff -r 21ed4a3a8008 -r aa53adf804be pkgtools/pkgdiff/Makefile
--- a/pkgtools/pkgdiff/Makefile Mon Oct 01 08:42:30 2007 +0000
+++ b/pkgtools/pkgdiff/Makefile Mon Oct 01 09:54:32 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2006/11/02 18:02:07 joerg Exp $
+# $NetBSD: Makefile,v 1.64 2007/10/01 09:54:32 rillig Exp $
 #
 
 DISTNAME=      pkgdiff-0.119
+PKGREVISION=   1
 CATEGORIES=    pkgtools devel
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -30,7 +31,7 @@
 .if ${OPSYS} == "SunOS"
 DEPENDS+=      diffutils-[0-9]*:../../devel/diffutils
 DIFF?=         ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}diff
-MANINSTALL=    none
+MANINSTALL=    catinstall
 .else
 DIFF?=         diff
 .endif
@@ -59,11 +60,7 @@
        ${CP} ${FILESDIR}/feedback-patches ${WRKSRC}
 .if !empty(MANINSTALL:Mcatinstall)
 .  for FILE in mkpatches patchdiff pkgdiff pkgvi feedback-patches
-.    if ${OPSYS} == "SunOS" || ${OPSYS} == "AIX"
-       nroff -man ${FILESDIR}/${FILE}.1 >${WRKSRC}/${FILE}.0
-.    else
        ${CP} ${FILESDIR}/${FILE}.0 ${WRKSRC}/${FILE}.0
-.    endif
 .  endfor
 .endif
 



Home | Main Index | Thread Index | Old Index