summaryrefslogtreecommitdiff
path: root/postfix/Pkgfile
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2012-04-29 23:28:01 +0200
committerThomas Penteker <tek@serverop.de>2012-04-29 23:28:01 +0200
commite9b7814173be3856450d54eb22f54cc3672dd8c5 (patch)
tree6be46a7fbd091c76fe358ea75fa7c9ee18a83598 /postfix/Pkgfile
parent895855eda1952ecee75d164b280fd84257d79ce9 (diff)
downloadopt-e9b7814173be3856450d54eb22f54cc3672dd8c5.tar.gz
opt-e9b7814173be3856450d54eb22f54cc3672dd8c5.tar.xz
postfix: 2.5.17 -> 2.6.15
Diffstat (limited to 'postfix/Pkgfile')
-rw-r--r--postfix/Pkgfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/postfix/Pkgfile b/postfix/Pkgfile
index d2e3dc761..364a06a05 100644
--- a/postfix/Pkgfile
+++ b/postfix/Pkgfile
@@ -5,7 +5,7 @@
# Depends on: cyrus-sasl
name=postfix
-version=2.5.17
+version=2.6.15
release=1
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/$name-$version.tar.gz
aliases postfix.rc postfix.patch)
@@ -51,12 +51,12 @@ build() {
#
# Add .gz extensions to manpages (pkgmk compresses them)
- # Remove LICENSE (will be removed)
+ # *LICENSE files will be removed
#
- ( cd $PKG/etc/postfix
+ ( cd $PKG/usr/lib/postfix
cp postfix-files temp-files
grep -v LICENSE temp-files | sed 's#\(/man[0-9]/[a-zA-Z0-9_-]\+\.[0-9]\):#\1\.gz:#' > postfix-files
- rm -f temp-files LICENSE )
+ rm -f temp-files $PKG/etc/postfix/*LICENSE )
install -D -m 00644 ../aliases $PKG/etc/postfix/aliases
install -D -m 00755 ../postfix.rc $PKG/etc/rc.d/postfix

Generated by cgit