diff options
Diffstat (limited to 'mail/cucipop/scripts')
-rw-r--r-- | mail/cucipop/scripts/configure | 7 | ||||
-rw-r--r-- | mail/cucipop/scripts/pre-install | 8 |
2 files changed, 0 insertions, 15 deletions
diff --git a/mail/cucipop/scripts/configure b/mail/cucipop/scripts/configure deleted file mode 100644 index 1251b76f659e..000000000000 --- a/mail/cucipop/scripts/configure +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -mv ${WRKSRC}/cucipop.8 ${WRKSRC}/cucipop.8.bak -sed <${WRKSRC}/cucipop.8.bak >${WRKSRC}/cucipop.8 s+!!PREFIX!!+$PREFIX+g - -mv ${WRKSRC}/makevpopdb.8 ${WRKSRC}/makevpopdb.8.bak -sed <${WRKSRC}/makevpopdb.8.bak >${WRKSRC}/makevpopdb.8 s+!!PREFIX!!+$PREFIX+g diff --git a/mail/cucipop/scripts/pre-install b/mail/cucipop/scripts/pre-install deleted file mode 100644 index 494cafe3bbd3..000000000000 --- a/mail/cucipop/scripts/pre-install +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -#if ! id -u vpop > /dev/null 2>&1; then -# echo -# echo "Fake account \"vpop\" needed for virtual hosts support (as mboxes owner)." -# echo "Please add it by hand in case you need them (try \"man vipw\")." -# echo -#fi -exit 0 |