summaryrefslogtreecommitdiff
path: root/misc/root/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2006-06-21 18:10:40 +0000
committerjlam <jlam>2006-06-21 18:10:40 +0000
commit53a1ed92bc739b32e989c4ac26747061df378cc1 (patch)
treebf11f6b9cdd1d03635a076d49ac16b85a3bfb1bd /misc/root/Makefile
parent82d09b8edad51ed90357dcecfe9d46dd06a0595c (diff)
downloadpkgsrc-53a1ed92bc739b32e989c4ac26747061df378cc1.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/Makefile')
-rw-r--r--misc/root/Makefile5
1 files changed, 3 insertions, 2 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