pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/root Add missing file entry to PLIST and honor PK...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1344f3878745
branches:  trunk
changeset: 514987:1344f3878745
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Jun 21 18:10:40 2006 +0000

description:
Add missing file entry to PLIST and honor PKGMANDIR.  Bump the PKGREVISION
to 1.  This should fix the error noted in the bulk build results:

    http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html

diffstat:

 misc/root/Makefile |  5 +++--
 misc/root/PLIST    |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r 1cbf132c1936 -r 1344f3878745 misc/root/Makefile
--- a/misc/root/Makefile        Wed Jun 21 18:09:28 2006 +0000
+++ b/misc/root/Makefile        Wed Jun 21 18:10:40 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2006/05/27 12:38:27 drochner Exp $
+# $NetBSD: Makefile,v 1.28 2006/06/21 18:10:40 jlam Exp $
 
 DISTNAME=              root_v5.10.00.source
 PKGNAME=               root-5.10
+PKGREVISION=           1
 CATEGORIES=            misc
 MASTER_SITES=          ftp://root.cern.ch/root/
 
@@ -24,7 +25,7 @@
 
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       ${LOWER_OPSYS}
-CONFIGURE_ARGS+=       --prefix=${PREFIX} --mandir=${PREFIX}/man/man1
+CONFIGURE_ARGS+=       --prefix=${PREFIX} --mandir=${PREFIX}/${PKGMANDIR}/man1
 CONFIGURE_ENV+=                LOCALBASE=${LOCALBASE}
 CONFIGURE_ARGS+=       --enable-soversion
 CONFIGURE_ARGS+=       --disable-builtin-pcre
diff -r 1cbf132c1936 -r 1344f3878745 misc/root/PLIST
--- a/misc/root/PLIST   Wed Jun 21 18:09:28 2006 +0000
+++ b/misc/root/PLIST   Wed Jun 21 18:10:40 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2006/05/27 12:38:27 drochner Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/06/21 18:10:40 jlam Exp $
 bin/cint
 bin/hadd
 bin/makecint
@@ -1509,6 +1509,7 @@
 man/man1/xrdgsiproxy.1
 man/man1/xrdpwdadmin.1
 man/man1/xrootd.1
+share/aclocal/root.m4
 share/doc/root/BUILDSYSTEM
 share/doc/root/CREDITS
 share/doc/root/ChangeLog-2-24



Home | Main Index | Thread Index | Old Index