pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox correct typo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5fd736421c4
branches:  trunk
changeset: 476959:a5fd736421c4
user:      taya <taya%pkgsrc.org@localhost>
date:      Thu Jun 24 01:53:54 2004 +0000

description:
correct typo
        post-install -> pre-install

diffstat:

 www/firefox/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 307c616d49ed -r a5fd736421c4 www/firefox/Makefile
--- a/www/firefox/Makefile      Wed Jun 23 22:29:15 2004 +0000
+++ b/www/firefox/Makefile      Thu Jun 24 01:53:54 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/06/23 16:47:12 taya Exp $
+# $NetBSD: Makefile,v 1.8 2004/06/24 01:53:54 taya Exp $
 
 MOZILLA=       firefox
 MOZILLA_BIN=   firefox-bin
@@ -23,7 +23,7 @@
 
 BUILD_MATHML=  # defined
 
-post-install:
+pre-install:
        ${CP} -r ${WRKSRC}/dist/bin/defaults/profile/extensions \
                                                        ${WRKSRC}/dist/bin
        ${MV} ${WRKSRC}/dist/bin/extensions/installed-extensions.txt \



Home | Main Index | Thread Index | Old Index