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 | |
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
-rw-r--r-- | math/jsmath-fonts-sprite/Makefile | 2 | ||||
-rw-r--r-- | math/jsmath-fonts/Makefile | 2 | ||||
-rw-r--r-- | math/jsmath/Makefile | 2 | ||||
-rw-r--r-- | www/xshttpd-devel/Makefile | 1 | ||||
-rw-r--r-- | www/xshttpd/Makefile | 1 |
5 files changed, 0 insertions, 8 deletions
diff --git a/math/jsmath-fonts-sprite/Makefile b/math/jsmath-fonts-sprite/Makefile index 8ae5f31d43c7..c02ebc5abb5f 100644 --- a/math/jsmath-fonts-sprite/Makefile +++ b/math/jsmath-fonts-sprite/Makefile @@ -18,7 +18,6 @@ USE_ZIP= yes NO_BUILD= yes WRKSRC= ${WRKDIR} 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-sprite/cm${_i}10/alpha @@ -26,7 +25,6 @@ PLIST_SUB+= D${_i}p=${WWWDIR_REL}/fonts-sprite/cm${_i}10/plain PLIST_SUB+= D${_i}j=${WWWDIR_REL}/fonts-sprite/cm${_i}10 .endfor PLIST_SUB+= Dcmj=${WWWDIR_REL}/fonts-sprite/cm-fonts -PLIST_SUB+= WWWDIR=${WWWDIR_REL} do-install: @${INSTALL} -d ${WWWDIR}/fonts-sprite 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 diff --git a/math/jsmath/Makefile b/math/jsmath/Makefile index 77bdeb3d033a..2b65e4947625 100644 --- a/math/jsmath/Makefile +++ b/math/jsmath/Makefile @@ -17,8 +17,6 @@ COMMENT= A Javascript tool for including mathematics in web pages USE_ZIP= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} -WWWDIR?= ${PREFIX}/www/${PORTNAME} -PLIST_SUB+= WWWDIR=${WWWDIR:S,^${PREFIX}/,,} OPTIONS= IMAGE_FONTS "Enable image fonts" On \ SPRITE_FONTS "Enable sprite fonts" Off diff --git a/www/xshttpd-devel/Makefile b/www/xshttpd-devel/Makefile index 83f79ec1fe52..db5e419a0599 100644 --- a/www/xshttpd-devel/Makefile +++ b/www/xshttpd-devel/Makefile @@ -40,7 +40,6 @@ PORTDOCS= README BUGS COPYING ChangeLog # By default XS-HTTPD stores its data in ${PREFIX}/lib/httpd WWWDIR?= ${PREFIX}/www -PLIST_SUB= WWWDIR=${WWWDIR:S,^${PREFIX}/,,} CONFIGURE_ARGS+=--with-rootdir=${WWWDIR} --mandir=${MANPREFIX}/man .include <bsd.port.pre.mk> diff --git a/www/xshttpd/Makefile b/www/xshttpd/Makefile index 9311852d0619..ee4767f8e2a2 100644 --- a/www/xshttpd/Makefile +++ b/www/xshttpd/Makefile @@ -39,7 +39,6 @@ PORTDOCS= README BUGS COPYING ChangeLog # By default XS-HTTPD stores its data in ${PREFIX}/lib/httpd WWWDIR?= ${PREFIX}/www -PLIST_SUB= WWWDIR=${WWWDIR:S,^${PREFIX}/,,} CONFIGURE_ARGS+=--with-rootdir=${WWWDIR} --mandir=${MANPREFIX}/man .include <bsd.port.pre.mk> |