summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2007-10-01 09:54:32 +0000
committerrillig <rillig>2007-10-01 09:54:32 +0000
commit387643cc0240069243f8eacb23fd27af2f2e8cca (patch)
treefb01994ad07a65964b69f8edc8e21d98e3b39f8b /pkgtools
parent7e4fcf466c488391ed69499ea7cb1cb24b666702 (diff)
downloadpkgsrc-387643cc0240069243f8eacb23fd27af2f2e8cca.tar.gz
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 (limited to 'pkgtools')
-rw-r--r--pkgtools/pkgdiff/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/pkgtools/pkgdiff/Makefile b/pkgtools/pkgdiff/Makefile
index c436ccef2a5..18ebbb58642 100644
--- a/pkgtools/pkgdiff/Makefile
+++ b/pkgtools/pkgdiff/Makefile
@@ -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 @@ BUILD_DEFS+= MANINSTALL
.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 @@ do-build:
${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