pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox3 Fix DESTDIR build.
details: https://anonhg.NetBSD.org/pkgsrc/rev/040fed1636db
branches: trunk
changeset: 552010:040fed1636db
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Dec 22 15:00:01 2008 +0000
description:
Fix DESTDIR build.
diffstat:
www/firefox3/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r ee2f50606575 -r 040fed1636db www/firefox3/Makefile
--- a/www/firefox3/Makefile Mon Dec 22 14:38:31 2008 +0000
+++ b/www/firefox3/Makefile Mon Dec 22 15:00:01 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2008/12/21 18:13:01 jmcneill Exp $
+# $NetBSD: Makefile,v 1.16 2008/12/22 15:00:01 joerg Exp $
MOZILLA= firefox3 # allow coexisting with firefox2
COMMENT= Lightweight gecko-based web browser
@@ -8,7 +8,7 @@
MOZILLA_USE_GTK2= # yes
MOZILLA_USE_XFT= YES
-INSTALLATION_DIRS= lib/pkgconfig
+INSTALLATION_DIRS= lib/pkgconfig share/applications share/pixmaps
CHECK_PORTABILITY_SKIP= security/nss/tests/libpkix/libpkix.sh
@@ -96,9 +96,9 @@
<${.CURDIR}/../../www/firefox3/files/${MOZILLA}.desktop.in \
>${WRKDIR}/${MOZILLA}.desktop
${INSTALL_DATA} ${WRKDIR}/${MOZILLA}.desktop \
- ${PREFIX}/share/applications/${MOZILLA}.desktop
+ ${DESTDIR}${PREFIX}/share/applications/${MOZILLA}.desktop
${INSTALL_DATA} ${MOZILLA_ICON} \
- ${PREFIX}/share/pixmaps/${MOZILLA}.png
+ ${DESTDIR}${PREFIX}/share/pixmaps/${MOZILLA}.png
INSTALLATION_DIRS+= lib/${MOZILLA}/modules
Home |
Main Index |
Thread Index |
Old Index