diff options
author | ghen <ghen@pkgsrc.org> | 2007-08-07 21:59:11 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-08-07 21:59:11 +0000 |
commit | d4faf9eecdca4b1fe6f81353ac5cef432f5bce94 (patch) | |
tree | fa69d7deac39cf4c06662e8238d8becf9f4e1f05 /www/firefox/Makefile | |
parent | fcd7ebb44cbceed50dbe3e31fdd297eacf822286 (diff) | |
download | pkgsrc-d4faf9eecdca4b1fe6f81353ac5cef432f5bce94.tar.gz |
Add INSTALLATION_DIRS=lib/pkgconfig for destdir support, requested by joerg.
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 690d722973d..5a1d0c8fd32 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2007/05/31 07:25:07 ghen Exp $ +# $NetBSD: Makefile,v 1.46 2007/08/07 21:59:11 ghen Exp $ MOZILLA= firefox COMMENT= Lightweight gecko-based web browser @@ -6,5 +6,7 @@ COMMENT= Lightweight gecko-based web browser MOZILLA_USE_GTK2= # yes MOZILLA_USE_XFT= YES +INSTALLATION_DIRS= lib/pkgconfig + .include "../../www/firefox/Makefile-firefox.common" .include "../../mk/bsd.pkg.mk" |