diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-04-16 16:13:50 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-04-16 16:13:50 +0000 |
commit | 5f34a1b0f22aa94c6552d240a68518fa65299a72 (patch) | |
tree | bf27c864a6d081b9483048de27ac1ef1e92d6a9e | |
parent | - Convert nvu to generic pkg-[de]install script (diff) |
- Fix bug with www/mozilla with last commit
Notes
Notes:
svn path=/head/; revision=159708
-rw-r--r-- | www/mozilla/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index 5a43d6383b76..02e0b0013222 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -94,8 +94,9 @@ MOZILLA_PLIST_DIRS?= bin include lib share/idl PKGINSTALL?= ${WRKDIR}/pkg-install PKGDEINSTALL?= ${WRKDIR}/pkg-deinstall -PKGINSTALL_INC?= ${MASTERDIR}/pkg-install.in -PKGDEINSTALL_INC?= ${MASTERDIR}/pkg-deinstall.in +MASTER_MOZDIR?= ${.CURDIR}/../../www/mozilla +PKGINSTALL_INC?= ${MASTER_MOZDIR}/pkg-install.in +PKGDEINSTALL_INC?= ${MASTER_MOZDIR}/pkg-deinstall.in EXTRACT_AFTER_ARGS?= | ${TAR} -xf - --exclude */CVS/* \ --exclude */macbuild/* \ |