ports/opt (3.1): procmail: move man-pages to /usr/share/man
commit 19cdc39fbf6573195f5164fb9c3ea7263a6ed914 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sun Jul 26 01:03:48 2015 +0200 procmail: move man-pages to /usr/share/man diff --git a/procmail/.footprint b/procmail/.footprint index cd1a426..34ef218 100644 --- a/procmail/.footprint +++ b/procmail/.footprint @@ -4,12 +4,13 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/lockfile -rwxr-xr-x root/root usr/bin/mailstat -rwsr-xr-x root/root usr/bin/procmail -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/formail.1.gz --rw-r--r-- root/root usr/man/man1/lockfile.1.gz --rw-r--r-- root/root usr/man/man1/procmail.1.gz -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/procmailex.5.gz --rw-r--r-- root/root usr/man/man5/procmailrc.5.gz --rw-r--r-- root/root usr/man/man5/procmailsc.5.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/formail.1.gz +-rw-r--r-- root/root usr/share/man/man1/lockfile.1.gz +-rw-r--r-- root/root usr/share/man/man1/procmail.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/procmailex.5.gz +-rw-r--r-- root/root usr/share/man/man5/procmailrc.5.gz +-rw-r--r-- root/root usr/share/man/man5/procmailsc.5.gz diff --git a/procmail/Pkgfile b/procmail/Pkgfile index 2d4f051..466981d 100644 --- a/procmail/Pkgfile +++ b/procmail/Pkgfile @@ -4,7 +4,7 @@ name=procmail version=3.22 -release=4 +release=5 source=(ftp://ftp.fu-berlin.de/pub/unix/mail/procmail/$name-$version.tar.gz $name-getline.patch CVE-2014-3618.patch) @@ -14,4 +14,7 @@ build() { make CFLAGS0="$CFLAGS" LOCKINGTEST=/tmp all make BASENAME=$PKG/usr install make BASENAME=$PKG/usr install-suid + + install -d $PKG/usr/share + mv $PKG/usr/man $PKG/usr/share/ }
participants (1)
-
crux@crux.nu