pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox-bin-acroread user-destdir installation sup...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/edcbc1ac548e
branches:  trunk
changeset: 586568:edcbc1ac548e
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Mar 17 13:41:22 2011 +0000

description:
user-destdir installation support.

diffstat:

 www/firefox-bin-acroread/Makefile.common |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r b17571b3cfd0 -r edcbc1ac548e www/firefox-bin-acroread/Makefile.common
--- a/www/firefox-bin-acroread/Makefile.common  Thu Mar 17 13:39:29 2011 +0000
+++ b/www/firefox-bin-acroread/Makefile.common  Thu Mar 17 13:41:22 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2009/04/09 00:48:17 joerg Exp $
+# $NetBSD: Makefile.common,v 1.7 2011/03/17 13:41:22 obache Exp $
 
 PKGNAME=               ${DISTNAME:C|MozillaFirebird|firefox|}
 CATEGORIES=            www print
@@ -9,6 +9,8 @@
 
 EMUL_PLATFORMS=                linux-i386
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 ACRO_PLATFORM=         intellinux
 
 WRKSRC=                        ${WRKDIR}
@@ -23,6 +25,6 @@
 DEINSTALL_TEMPLATES+=  ${PKGSRCDIR}/www/firefox-bin-acroread/DEINSTALL
 INSTALL_TEMPLATES+=    ${PKGSRCDIR}/www/firefox-bin-acroread/INSTALL
 
-INSTALLATION_DIRS+=    ${PREFIX}/lib/firefox-linux/plugins
+REQD_DIRS+=    ${PREFIX}/lib/firefox-linux/plugins
 
 do-install:    # nothing



Home | Main Index | Thread Index | Old Index