diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 22:22:59 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 22:22:59 +0000 |
commit | 251562621233f8fdec525afe26d7e087fc2f9203 (patch) | |
tree | af8c8b53de15bde159c3047c26b229999f261b8d /www | |
parent | Add removal of libdata/ to the plist. Ideally, this should be fixed (diff) |
Replace last remnants of "nonexistent", "/nonexistent" etc. with
${NONEXISTENT} as per bsd.port.mk
Notes
Notes:
svn path=/head/; revision=43365
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla-embedded-devel/Makefile | 2 | ||||
-rw-r--r-- | www/mozilla-embedded-vendor/Makefile | 2 | ||||
-rw-r--r-- | www/mozilla-embedded/Makefile | 2 | ||||
-rw-r--r-- | www/mozilla-headers-devel/Makefile | 2 | ||||
-rw-r--r-- | www/mozilla-headers-vendor/Makefile | 2 | ||||
-rw-r--r-- | www/mozilla-headers/Makefile | 2 | ||||
-rw-r--r-- | www/w3c-httpd/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/www/mozilla-embedded-devel/Makefile b/www/mozilla-embedded-devel/Makefile index c4475d00ca5b..3d8ee01f08eb 100644 --- a/www/mozilla-embedded-devel/Makefile +++ b/www/mozilla-embedded-devel/Makefile @@ -14,7 +14,7 @@ DISTFILES= MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/www/mozilla:build \ +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/www/mozilla:build \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= ${MAKE} -V LIB_DEPENDS -f ${MAINDIR}/${MAKEFILE} diff --git a/www/mozilla-embedded-vendor/Makefile b/www/mozilla-embedded-vendor/Makefile index c4475d00ca5b..3d8ee01f08eb 100644 --- a/www/mozilla-embedded-vendor/Makefile +++ b/www/mozilla-embedded-vendor/Makefile @@ -14,7 +14,7 @@ DISTFILES= MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/www/mozilla:build \ +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/www/mozilla:build \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= ${MAKE} -V LIB_DEPENDS -f ${MAINDIR}/${MAKEFILE} diff --git a/www/mozilla-embedded/Makefile b/www/mozilla-embedded/Makefile index c4475d00ca5b..3d8ee01f08eb 100644 --- a/www/mozilla-embedded/Makefile +++ b/www/mozilla-embedded/Makefile @@ -14,7 +14,7 @@ DISTFILES= MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/www/mozilla:build \ +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/www/mozilla:build \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= ${MAKE} -V LIB_DEPENDS -f ${MAINDIR}/${MAKEFILE} diff --git a/www/mozilla-headers-devel/Makefile b/www/mozilla-headers-devel/Makefile index 4657c0eb03c3..7986333a73fd 100644 --- a/www/mozilla-headers-devel/Makefile +++ b/www/mozilla-headers-devel/Makefile @@ -14,7 +14,7 @@ DISTFILES= MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/www/mozilla:configure +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/www/mozilla:configure USE_X_PREFIX= yes diff --git a/www/mozilla-headers-vendor/Makefile b/www/mozilla-headers-vendor/Makefile index 4657c0eb03c3..7986333a73fd 100644 --- a/www/mozilla-headers-vendor/Makefile +++ b/www/mozilla-headers-vendor/Makefile @@ -14,7 +14,7 @@ DISTFILES= MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/www/mozilla:configure +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/www/mozilla:configure USE_X_PREFIX= yes diff --git a/www/mozilla-headers/Makefile b/www/mozilla-headers/Makefile index 4657c0eb03c3..7986333a73fd 100644 --- a/www/mozilla-headers/Makefile +++ b/www/mozilla-headers/Makefile @@ -14,7 +14,7 @@ DISTFILES= MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/www/mozilla:configure +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/www/mozilla:configure USE_X_PREFIX= yes diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile index 77694918a1a4..fa007af052e1 100644 --- a/www/w3c-httpd/Makefile +++ b/www/w3c-httpd/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.w3.org/pub/httpd/ \ MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/wais:build +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/wais:build NO_WRKSUBDIR= yes WWW_ROOT?= ${PREFIX}/www |