diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-01-10 03:34:11 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-01-10 03:34:11 +0800 |
commit | 149e7b73c841d78876f126cd837f3b9fef6e18fb (patch) | |
tree | e187cfad9755d965c37c95069c2ccc2c5dd6a2e8 /math/jags | |
parent | a2f9034a4e3c9ea0da2a2f57bdc5ac146b6b6f01 (diff) | |
download | freebsd-ports-gnome-149e7b73c841d78876f126cd837f3b9fef6e18fb.tar.gz freebsd-ports-gnome-149e7b73c841d78876f126cd837f3b9fef6e18fb.tar.zst freebsd-ports-gnome-149e7b73c841d78876f126cd837f3b9fef6e18fb.zip |
- Chase math/libRmath update (bump PORTREVISION)
- Pacify portlint
Diffstat (limited to 'math/jags')
-rw-r--r-- | math/jags/Makefile | 7 |
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/*::' ) |