pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools Remove comments, because printindex cannot ha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/331578eab8cb
branches:  trunk
changeset: 517682:331578eab8cb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Aug 18 23:53:30 2006 +0000

description:
Remove comments, because printindex cannot handle them.

diffstat:

 pkgtools/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 92a38613f7b3 -r 331578eab8cb pkgtools/Makefile
--- a/pkgtools/Makefile Fri Aug 18 22:54:54 2006 +0000
+++ b/pkgtools/Makefile Fri Aug 18 23:53:30 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2006/08/17 09:55:15 wiz Exp $
+# $NetBSD: Makefile,v 1.80 2006/08/18 23:53:30 wiz Exp $
 #
 
 COMMENT=       Tools for use in the packages collection
@@ -13,7 +13,7 @@
 SUBDIR+=       digest
 SUBDIR+=       genrpm
 SUBDIR+=       gensolpkg
-SUBDIR+=       libkver         # Only under instruction of user
+SUBDIR+=       libkver
 SUBDIR+=       libnbcompat
 SUBDIR+=       mtree
 SUBDIR+=       p5-pkgsrc-Dewey
@@ -22,7 +22,7 @@
 SUBDIR+=       pkg_chk
 SUBDIR+=       pkg_comp
 SUBDIR+=       pkg_filecheck
-SUBDIR+=       pkg_install     # Only install on demand of bsd.pkg.mk
+SUBDIR+=       pkg_install
 SUBDIR+=       pkg_install-info
 SUBDIR+=       pkg_notify
 SUBDIR+=       pkg_regress



Home | Main Index | Thread Index | Old Index