ports/opt (3.3): fetchmail: move man-pages to /usr/share
commit fbb3f8d2983ca14c58668c50d667c8b6514bbe62 Author: Juergen Daubert <jue@jue.li> Date: Sat Oct 29 12:25:06 2016 +0200 fetchmail: move man-pages to /usr/share diff --git a/fetchmail/.footprint b/fetchmail/.footprint index 1359aaa..9df8759 100644 --- a/fetchmail/.footprint +++ b/fetchmail/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/fetchmail -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/fetchmail.1.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/fetchmail.1.gz diff --git a/fetchmail/Pkgfile b/fetchmail/Pkgfile index d93a0bf..4191a46 100644 --- a/fetchmail/Pkgfile +++ b/fetchmail/Pkgfile @@ -5,7 +5,7 @@ name=fetchmail version=6.3.26 -release=1 +release=2 source=(http://downloads.sourceforge.net/project/$name/branch_6.3/$name-$version.tar...) build() { @@ -16,7 +16,6 @@ build() { autoreconf -vi ./configure --prefix=/usr \ - --mandir=/usr/man \ --with-ssl=/usr \ --disable-nls make
participants (1)
-
crux@crux.nu