aboutsummaryrefslogtreecommitdiff
path: root/math/jags
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-01-09 19:34:11 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-01-09 19:34:11 +0000
commita17cce4f2e30b230e16ab098ba9aef57cec0d729 (patch)
treede14e71431b729bee45ec77b25304c97101e7bed /math/jags
parentabcee463ece9d5f83cfcce0cd77d93a3bc6a44f5 (diff)
downloadports-a17cce4f2e30b230e16ab098ba9aef57cec0d729.tar.gz
ports-a17cce4f2e30b230e16ab098ba9aef57cec0d729.zip
- Chase math/libRmath update (bump PORTREVISION)
- Pacify portlint
Notes
Notes: svn path=/head/; revision=153153
Diffstat (limited to 'math/jags')
-rw-r--r--math/jags/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/jags/Makefile b/math/jags/Makefile
index 230c0ef9b93b..cb6c1a2e19dd 100644
--- a/math/jags/Makefile
+++ b/math/jags/Makefile
@@ -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/*::' )