summaryrefslogtreecommitdiff
path: root/pkgtools/pkgdepgraph
diff options
context:
space:
mode:
authordholland <dholland>2015-07-10 17:01:16 +0000
committerdholland <dholland>2015-07-10 17:01:16 +0000
commiteff88c77a7ee884c3e79d2ab66d3917a857c863b (patch)
tree069a8c01f7b0048f29462a8c373b79c1f5573cbc /pkgtools/pkgdepgraph
parente7850df47f3a5a263440ab9cc6564cf512894c37 (diff)
downloadpkgsrc-eff88c77a7ee884c3e79d2ab66d3917a857c863b.tar.gz
Remove bogus nroff logic inserted for SunOS and AIX in 2004 -- it
seems that the logic intended at the time was inverted; but it's not necessary anyway. PKGREVISION -> 5
Diffstat (limited to 'pkgtools/pkgdepgraph')
-rw-r--r--pkgtools/pkgdepgraph/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/pkgtools/pkgdepgraph/Makefile b/pkgtools/pkgdepgraph/Makefile
index 9df59350dbd..171d1916a68 100644
--- a/pkgtools/pkgdepgraph/Makefile
+++ b/pkgtools/pkgdepgraph/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2015/06/12 10:50:56 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2015/07/10 17:01:16 dholland Exp $
#
PKGNAME= pkgdepgraph-2.8
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= pkgtools devel
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -21,10 +21,6 @@ DISTVER= ${PKGVERSION_NOREV}
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "SunOS" || ${OPSYS} == "AIX"
-USE_TOOLS+= nroff
-.endif
-
INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
do-extract:
@@ -48,10 +44,6 @@ do-build:
< ${WRKSRC}/${file}.in \
> ${WRKSRC}/${file}
.endfor
-.if ${OPSYS} == "SunOS" || ${OPSYS} == "AIX"
- # the pre-generated man-pages are 'mandoc'; these OS need 'man'
- nroff -man ${WRKSRC}/pkgdepgraph.1 > ${WRKSRC}/pkgdepgraph.0
-.endif
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pkgdepgraph ${DESTDIR}${PREFIX}/bin/pkgdepgraph