diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-24 16:34:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-24 16:34:07 +0000 |
commit | 6c41b949f9ffc13dd1a2387dd1fb9c92ee0a34c3 (patch) | |
tree | b0f8d086c704302b929413b8a717f47c602bb8e7 /math/jsmath-fonts/Makefile | |
parent | bff57b762bb129cfa1550d04078eb44cadab69cc (diff) | |
download | ports-6c41b949f9ffc13dd1a2387dd1fb9c92ee0a34c3.tar.gz ports-6c41b949f9ffc13dd1a2387dd1fb9c92ee0a34c3.zip |
Notes
Diffstat (limited to 'math/jsmath-fonts/Makefile')
-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 |