summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-09-21 12:40:26 +0000
committerjperkin <jperkin@pkgsrc.org>2018-09-21 12:40:26 +0000
commite4cf52953d248b944f3d9291e7cebc7369cf8222 (patch)
tree56bee231aeeaa614d89e2c0811ff26e4704bef9b /pkgtools
parent8879cf151257206562f8b61739f9529d1fdc6131 (diff)
downloadpkgsrc-e4cf52953d248b944f3d9291e7cebc7369cf8222.tar.gz
pkgdiff: Remove obsolete SunOS catinstall workaround.
Fixes manual page installation. Bump PKGREVISION.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkgdiff/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgtools/pkgdiff/Makefile b/pkgtools/pkgdiff/Makefile
index 5d0e4d6281e..b310ee2b1e3 100644
--- a/pkgtools/pkgdiff/Makefile
+++ b/pkgtools/pkgdiff/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.92 2018/08/22 09:46:11 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2018/09/21 12:40:26 jperkin Exp $
PKGNAME= pkgdiff-1.8
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= pkgtools devel
MAINTAINER= wiz@NetBSD.org
@@ -27,9 +27,6 @@ DIFF?= ${PREFIX}/bin/gdiff
.else
DIFF?= diff
.endif
-.if ${OPSYS} == "SunOS"
-MANINSTALL= catinstall
-.endif
INSTALLATION_DIRS= bin
.if !empty(MANINSTALL:Mcatinstall)