diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-29 17:29:55 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-29 17:29:55 +0000 |
commit | b934c8ddb69e02175ed5b535157647bc89577f6c (patch) | |
tree | 57c3b5854d669b6814c3c95181ad33d2a743f968 /www/mozilla-headers | |
parent | c6508dcaef2d971664a2169f8a54e1725c970aa6 (diff) | |
download | FreeBSD-ports-b934c8ddb69e02175ed5b535157647bc89577f6c.zip FreeBSD-ports-b934c8ddb69e02175ed5b535157647bc89577f6c.tar.gz |
Allow mozilla-embedded and mozilla-headers to build when the -f makefile
option is specified.
Reported by: Dan Langille <dan@langille.org>
Tested by: Dan Langille <dan@langille.org>
Diffstat (limited to 'www/mozilla-headers')
-rw-r--r-- | www/mozilla-headers/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/mozilla-headers/Makefile b/www/mozilla-headers/Makefile index aebb4df..bfc99ae 100644 --- a/www/mozilla-headers/Makefile +++ b/www/mozilla-headers/Makefile @@ -6,9 +6,9 @@ # PORTNAME= mozilla-headers -PORTVERSION= ${MAKE} -V PORTVERSION -f ${MAINDIR}/${MAKEFILE} -PORTREVISION= ${MAKE} -V PORTREVISION -f ${MAINDIR}/${MAKEFILE} -PORTEPOCH= ${MAKE} -V PORTEPOCH -f ${MAINDIR}/${MAKEFILE} +PORTVERSION= ${MAKE} -V PORTVERSION -f ${MAINDIR}/${MKFILE} +PORTREVISION= ${MAKE} -V PORTREVISION -f ${MAINDIR}/${MKFILE} +PORTEPOCH= ${MAKE} -V PORTEPOCH -f ${MAINDIR}/${MKFILE} CATEGORIES= www DISTFILES= @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/www/mozilla:configure USE_X_PREFIX= yes MAINDIR= ${.CURDIR}/../mozilla +MKFILE!= /usr/bin/basename ${MAKEFILE} PORTVERSION!= ${PORTVERSION} PORTREVISION!= ${PORTREVISION} PORTEPOCH!= ${PORTEPOCH} |