diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-11-16 09:19:19 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-11-16 09:19:19 +0000 |
commit | 3deca00c7cdace3471fa35a8bcd6cffce771e791 (patch) | |
tree | 006bc5c29821efa2a71a9f2d5c072506e125cc8e /mail/cucipop/scripts | |
parent | Upgrade to 0.99c0pl9 (diff) |
Upgrade to 1.21
PR: ports/4719
Submitted by: Igor Vinokurov <igor@zynaps.ru>
Diffstat (limited to 'mail/cucipop/scripts')
-rw-r--r-- | mail/cucipop/scripts/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/cucipop/scripts/configure b/mail/cucipop/scripts/configure new file mode 100644 index 000000000000..a16b87d22fd7 --- /dev/null +++ b/mail/cucipop/scripts/configure @@ -0,0 +1,4 @@ +#!/bin/sh + +mv ${WRKSRC}/cucipop.8 ${WRKSRC}/cucipop.8.bak +sed <${WRKSRC}/cucipop.8.bak >${WRKSRC}/cucipop.8 s+!!PREFIX!!+$PREFIX+g |