diff options
author | taya <taya@pkgsrc.org> | 2004-06-24 01:53:54 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2004-06-24 01:53:54 +0000 |
commit | dc567b6bcbc707c701b41a992133088eea18ecbd (patch) | |
tree | 634363887b1f0b494b1966f998b04721ad86e13f /www | |
parent | 237440d1f1ebc6e430caf906b2554970b1f57d3d (diff) | |
download | pkgsrc-dc567b6bcbc707c701b41a992133088eea18ecbd.tar.gz |
correct typo
post-install -> pre-install
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 31c029468a9..90752116c06 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -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 @@ CONFIGURE_ARGS+= --enable-extensions=default,-irc 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 \ |