- Chase math/libRmath update (bump PORTREVISION)

- Pacify portlint
This commit is contained in:
Emanuel Haupt 2006-01-09 19:34:11 +00:00
parent abcee463ec
commit a17cce4f2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153153

View file

@ -8,6 +8,7 @@
PORTNAME= jags
PORTVERSION= 0.90
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www-fis.iarc.fr/~martyn/software/jags/
DISTNAME= ${PORTNAME:U}-${PORTVERSION}
@ -37,14 +38,14 @@ CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile on 4.x
BROKEN= "Does not compile on 4.x"
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} -p ${DOCSDIR}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/manual.pdf ${DOCSDIR}
${MKDIR} -p ${EXAMPLESDIR}
${MKDIR} ${EXAMPLESDIR}
( cd ${EXAMPLESDIR}; \
${PAX} -rzf ${DISTDIR}/${DIST_SUBDIR}/bugs-examples.tar.gz \
-s ':^bugs-examples/*::' )