diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-02-07 02:41:52 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-02-07 02:41:52 +0000 |
commit | 4ace844353d620eac923bea228ee30973d1ed3b1 (patch) | |
tree | c9e631f07a54f8074c3016a122a4cdb73486598f /textproc/ispell | |
parent | e01d852def9d5628e849b9df217a4d96aed2635c (diff) | |
download | ports-4ace844353d620eac923bea228ee30973d1ed3b1.tar.gz ports-4ace844353d620eac923bea228ee30973d1ed3b1.zip |
Notes
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/scripts/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/ispell/scripts/configure b/textproc/ispell/scripts/configure index 05796841feea..8d520117a329 100644 --- a/textproc/ispell/scripts/configure +++ b/textproc/ispell/scripts/configure @@ -1,5 +1,9 @@ #!/bin/sh +if [ "`echo a|sed -e P`" = "aa" ]; then + echo You need a newer version of sed. Use sed from -current or gnu sed + exit 1 +fi cd $WRKSRC || exit 1; sed -e s:/usr/local:$PREFIX: <local.h.samp >local.h || exit 1; |