1
0
forked from ports/opt

fetchmail: move man-pages to /usr/share

This commit is contained in:
Juergen Daubert 2016-10-29 12:25:06 +02:00
parent e70f699b9a
commit fbb3f8d298
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/fetchmail -rwxr-xr-x root/root usr/bin/fetchmail
drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/man/man1/ drwxr-xr-x root/root usr/share/man/
-rw-r--r-- root/root usr/man/man1/fetchmail.1.gz drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/fetchmail.1.gz

View File

@ -5,7 +5,7 @@
name=fetchmail name=fetchmail
version=6.3.26 version=6.3.26
release=1 release=2
source=(http://downloads.sourceforge.net/project/$name/branch_6.3/$name-$version.tar.xz) source=(http://downloads.sourceforge.net/project/$name/branch_6.3/$name-$version.tar.xz)
build() { build() {
@ -16,7 +16,6 @@ build() {
autoreconf -vi autoreconf -vi
./configure --prefix=/usr \ ./configure --prefix=/usr \
--mandir=/usr/man \
--with-ssl=/usr \ --with-ssl=/usr \
--disable-nls --disable-nls
make make