pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/pkgdiff
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Sep 21 12:40:26 UTC 2018
Modified Files:
pkgsrc/pkgtools/pkgdiff: Makefile
Log Message:
pkgdiff: Remove obsolete SunOS catinstall workaround.
Fixes manual page installation. Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/pkgtools/pkgdiff/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/pkgdiff/Makefile
diff -u pkgsrc/pkgtools/pkgdiff/Makefile:1.92 pkgsrc/pkgtools/pkgdiff/Makefile:1.93
--- pkgsrc/pkgtools/pkgdiff/Makefile:1.92 Wed Aug 22 09:46:11 2018
+++ pkgsrc/pkgtools/pkgdiff/Makefile Fri Sep 21 12:40:26 2018
@@ -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@localhost
@@ -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)
Home |
Main Index |
Thread Index |
Old Index