diff options
author | jlam <jlam@pkgsrc.org> | 2006-06-21 18:10:40 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-06-21 18:10:40 +0000 |
commit | ccc4958dd7e49f74f276de2199340db917327a5f (patch) | |
tree | bf11f6b9cdd1d03635a076d49ac16b85a3bfb1bd /misc/root | |
parent | d088892e17d853e79e45e14256456b77d71c90db (diff) | |
download | pkgsrc-ccc4958dd7e49f74f276de2199340db917327a5f.tar.gz |
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 (limited to 'misc/root')
-rw-r--r-- | misc/root/Makefile | 5 | ||||
-rw-r--r-- | misc/root/PLIST | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/misc/root/Makefile b/misc/root/Makefile index 700e8a8e58e..ac391590e61 100644 --- a/misc/root/Makefile +++ b/misc/root/Makefile @@ -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 @@ INSTALLATION_DIRS= bin 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 --git a/misc/root/PLIST b/misc/root/PLIST index 58072f6fb70..f7ed34b6771 100644 --- a/misc/root/PLIST +++ b/misc/root/PLIST @@ -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/xrdcp.1 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 |