Fixed PKGMANDIR and minor file permissions.
This commit is contained in:
parent
0e029d1646
commit
be6182c0b7
1 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.49 2007/01/07 09:14:08 rillig Exp $
|
# $NetBSD: Makefile,v 1.50 2007/01/07 12:02:43 rillig Exp $
|
||||||
|
|
||||||
DISTNAME= mpich-1.2.6
|
DISTNAME= mpich-1.2.6
|
||||||
PKGREVISION= 6
|
PKGREVISION= 6
|
||||||
|
@ -29,6 +29,7 @@ MPI_RSH?= ssh
|
||||||
CONFIGURE_ARGS+= -prefix=${PREFIX:Q}
|
CONFIGURE_ARGS+= -prefix=${PREFIX:Q}
|
||||||
CONFIGURE_ARGS+= -docdir=${PREFIX}/share/doc/mpi-ch
|
CONFIGURE_ARGS+= -docdir=${PREFIX}/share/doc/mpi-ch
|
||||||
CONFIGURE_ARGS+= -htmldir=${PREFIX}/share/doc/mpi-ch/html
|
CONFIGURE_ARGS+= -htmldir=${PREFIX}/share/doc/mpi-ch/html
|
||||||
|
CONFIGURE_ARGS+= -mandir=${PREFIX}/${PKGMANDIR}
|
||||||
CONFIGURE_ARGS+= -opt=-O
|
CONFIGURE_ARGS+= -opt=-O
|
||||||
CONFIGURE_ARGS+= -rsh=${MPI_RSH:Q}
|
CONFIGURE_ARGS+= -rsh=${MPI_RSH:Q}
|
||||||
CONFIGURE_ARGS+= --with-comm=ch_p4
|
CONFIGURE_ARGS+= --with-comm=ch_p4
|
||||||
|
@ -41,7 +42,7 @@ CONFIGURE_ENV+= PERL=${PERL5:Q}
|
||||||
CONFIGURE_ENV+= PERLFULLPATH=${PERL5:Q}
|
CONFIGURE_ENV+= PERLFULLPATH=${PERL5:Q}
|
||||||
|
|
||||||
# build PATH in the config file is not a problem
|
# build PATH in the config file is not a problem
|
||||||
CHECK_WRKREF_SKIP+= ${PREFIX}/share/examples/mpi-ch/perftest/config.system
|
CHECK_WRKREF_SKIP+= share/examples/mpi-ch/perftest/config.system
|
||||||
|
|
||||||
PKG_SYSCONFSUBDIR= mpi-ch
|
PKG_SYSCONFSUBDIR= mpi-ch
|
||||||
EGDIR= ${PREFIX}/share/examples/mpi-ch
|
EGDIR= ${PREFIX}/share/examples/mpi-ch
|
||||||
|
@ -72,6 +73,9 @@ BUILD_DEFS+= MPI_RSH
|
||||||
|
|
||||||
PLIST_SRC+= ${PKGDIR}/PLIST
|
PLIST_SRC+= ${PKGDIR}/PLIST
|
||||||
|
|
||||||
|
post-extract:
|
||||||
|
chmod -R g-w ${WRKDIR}/docs
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
set -e; for f in MPI-2-C++ examples/perftest/config/confdb mpe \
|
set -e; for f in MPI-2-C++ examples/perftest/config/confdb mpe \
|
||||||
mpe/slog2sdk mpe/slog2sdk/trace_rlog mpe/slog2sdk/trace_sample\
|
mpe/slog2sdk mpe/slog2sdk/trace_rlog mpe/slog2sdk/trace_sample\
|
||||||
|
|
Loading…
Reference in a new issue