pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/aspell All scripts use #!/bin/sh now.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2d2601b5701
branches:  trunk
changeset: 509368:b2d2601b5701
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Thu Mar 09 11:14:50 2006 +0000

description:
All scripts use #!/bin/sh now.

diffstat:

 textproc/aspell/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r 0ab9e1199ed6 -r b2d2601b5701 textproc/aspell/Makefile
--- a/textproc/aspell/Makefile  Thu Mar 09 11:10:47 2006 +0000
+++ b/textproc/aspell/Makefile  Thu Mar 09 11:14:50 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2006/02/05 23:10:59 joerg Exp $
+# $NetBSD: Makefile,v 1.41 2006/03/09 11:14:50 ghen Exp $
 #
 
 DISTNAME=              aspell-0.60.4
@@ -44,12 +44,6 @@
 
 REPLACE_PERL=          scripts/aspell-import
 
-SUBST_CLASSES+=                bash
-SUBST_STAGE.bash=      post-build
-SUBST_MESSAGE.bash=    bash is not really necessary, use sh.
-SUBST_FILES.bash=      scripts/precat scripts/preunzip scripts/prezip
-SUBST_SED.bash=                "s!/bin/bash!/bin/sh!"
-
 NOT_FOR_COMPILER=      xlc
 
 LIBS.SunOS+=           -lm



Home | Main Index | Thread Index | Old Index