diff options
author | pav <pav@FreeBSD.org> | 2007-03-25 00:34:07 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-25 00:34:07 +0800 |
commit | e1b9da2963dcfa4420fe0db1f5932261fa3213ed (patch) | |
tree | e8aaf629bdc37b6b742ca6ddbd88e771f7746064 /math/jsmath-fonts | |
parent | f649b981b57038734da1db46a28731639ca9c7da (diff) | |
download | freebsd-ports-gnome-e1b9da2963dcfa4420fe0db1f5932261fa3213ed.tar.gz freebsd-ports-gnome-e1b9da2963dcfa4420fe0db1f5932261fa3213ed.tar.zst freebsd-ports-gnome-e1b9da2963dcfa4420fe0db1f5932261fa3213ed.zip |
- Use new WWWDIR infrastructure
Diffstat (limited to 'math/jsmath-fonts')
-rw-r--r-- | math/jsmath-fonts/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/jsmath-fonts/Makefile b/math/jsmath-fonts/Makefile index 3b500def1568..b0f39ba8296f 100644 --- a/math/jsmath-fonts/Makefile +++ b/math/jsmath-fonts/Makefile @@ -18,7 +18,6 @@ USE_ZIP= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/jsMath WWWDIR?= ${PREFIX}/www/jsMath -WWWDIR_REL?= ${WWWDIR:S,^${PREFIX}/,,} .for _i in bx ex mi r sy ti PLIST_SUB+= D${_i}a=${WWWDIR_REL}/fonts/cm${_i}10/alpha @@ -26,7 +25,6 @@ PLIST_SUB+= D${_i}p=${WWWDIR_REL}/fonts/cm${_i}10/plain .endfor PLIST_SUB+= Dcma=${WWWDIR_REL}/fonts/cm-fonts/alpha PLIST_SUB+= Dcmp=${WWWDIR_REL}/fonts/cm-fonts/plain -PLIST_SUB+= WWWDIR=${WWWDIR_REL} do-install: @${INSTALL} -d ${WWWDIR}/fonts |