diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-11-27 08:33:29 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-11-27 08:33:29 +0000 |
commit | ccc6d52fc9c0dfa47529bf572afac8776a9448d0 (patch) | |
tree | d37e9ffd2183f3e4c1a54f79edc6ad3715f38f80 /mail/postfix20/scripts/configure | |
parent | As previously announced, remove japanese/linux_locale. It is not needed (diff) |
As previously announced, remove mail/postfix20. The port had been
marked for expiration on September 30th, 2004. All users should now
be on version 2.1 (mail/postfix), which is stable, or version 2.2-X,
which is in mail/postfix-current.
Diffstat (limited to 'mail/postfix20/scripts/configure')
-rw-r--r-- | mail/postfix20/scripts/configure | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mail/postfix20/scripts/configure b/mail/postfix20/scripts/configure deleted file mode 100644 index 93c5b95ec561..000000000000 --- a/mail/postfix20/scripts/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done |