diff options
author | pav <pav@FreeBSD.org> | 2006-11-11 04:39:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-11-11 04:39:19 +0800 |
commit | 431198852beed0b3833284ad28cb0adeb5a6dbfb (patch) | |
tree | cb748d299b79fa48b3915644ae23e822639166dc /math/jsmath/Makefile | |
parent | bd4fce95d9af91309b8fcf352101abc8a7e0d42a (diff) | |
download | freebsd-ports-gnome-431198852beed0b3833284ad28cb0adeb5a6dbfb.tar.gz freebsd-ports-gnome-431198852beed0b3833284ad28cb0adeb5a6dbfb.tar.zst freebsd-ports-gnome-431198852beed0b3833284ad28cb0adeb5a6dbfb.zip |
- Update to 3.3g
PR: ports/105380
Submitted by: nivit@email.it (Nicola Vitale) (maintainer)
Diffstat (limited to 'math/jsmath/Makefile')
-rw-r--r-- | math/jsmath/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/jsmath/Makefile b/math/jsmath/Makefile index 04bb23e97e49..255093ce5702 100644 --- a/math/jsmath/Makefile +++ b/math/jsmath/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jsMath -PORTVERSION= 3.3e +PORTVERSION= 3.3g CATEGORIES= math www MASTER_SITES= http://www.math.union.edu/~dpvc/jsMath/download/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/ @@ -32,6 +32,9 @@ RUN_DEPENDS+= ${WWWDIR}/fonts/cm-fonts/alpha/def.js:${PORTSDIR}/math/jsmath-font RUN_DEPENDS+= ${WWWDIR}/fonts-sprite/cm-fonts/font.js:${PORTSDIR}/math/jsmath-fonts-sprite .endif +post-extract: + @${RM} ${WRKSRC}/COPYING.txt + do-install: @${INSTALL} -d ${WWWDIR} @${CP} -Rp ${WRKSRC}/ ${WWWDIR}/ |