pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkgdiff Create only the right man/* directori...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6047da833f60
branches: trunk
changeset: 465804:6047da833f60
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Jan 06 08:29:59 2004 +0000
description:
Create only the right man/* directories based on the value of MANINSTALL.
diffstat:
pkgtools/pkgdiff/Makefile | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 04cd592f4ac9 -r 6047da833f60 pkgtools/pkgdiff/Makefile
--- a/pkgtools/pkgdiff/Makefile Tue Jan 06 08:17:55 2004 +0000
+++ b/pkgtools/pkgdiff/Makefile Tue Jan 06 08:29:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2004/01/05 11:32:40 jlam Exp $
+# $NetBSD: Makefile,v 1.43 2004/01/06 08:29:59 jlam Exp $
#
DISTNAME= pkgdiff-0.113
@@ -36,7 +36,13 @@
DIFF?= diff
.endif
-INSTALLATION_DIRS= bin man/cat1 man/man1
+INSTALLATION_DIRS= bin
+.if !empty(MANINSTALL:Mcatinstall)
+INSTALLATION_DIRS+= man/cat1
+.endif
+.if !empty(MANINSTALL:Mmaninstall)
+INSTALLATION_DIRS+= man/man1
+.endif
do-build:
.for FILE in mkpatches patchdiff
Home |
Main Index |
Thread Index |
Old Index