1
0
forked from ports/contrib

clamav: moved man pages to /usr/share/man

This commit is contained in:
Matt Housh 2015-11-25 16:34:06 -06:00
parent 2523bdae3d
commit 7e752e6c28
2 changed files with 18 additions and 19 deletions

View File

@ -31,26 +31,26 @@ lrwxrwxrwx root/root usr/lib/libclamunrar_iface.so.6 -> libclamunrar_iface.so.6.
-rwxr-xr-x root/root usr/lib/libclamunrar_iface.so.6.1.26
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libclamav.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/clambc.1.gz
-rw-r--r-- root/root usr/man/man1/clamconf.1.gz
-rw-r--r-- root/root usr/man/man1/clamdscan.1.gz
-rw-r--r-- root/root usr/man/man1/clamdtop.1.gz
-rw-r--r-- root/root usr/man/man1/clamscan.1.gz
-rw-r--r-- root/root usr/man/man1/freshclam.1.gz
-rw-r--r-- root/root usr/man/man1/sigtool.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/clamav-milter.conf.5.gz
-rw-r--r-- root/root usr/man/man5/clamd.conf.5.gz
-rw-r--r-- root/root usr/man/man5/freshclam.conf.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/clamav-milter.8.gz
-rw-r--r-- root/root usr/man/man8/clamd.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/clamd
drwxr-xr-x root/root usr/share/
drwxrwxr-x clamav/clamav usr/share/clamav/
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/clambc.1.gz
-rw-r--r-- root/root usr/share/man/man1/clamconf.1.gz
-rw-r--r-- root/root usr/share/man/man1/clamdscan.1.gz
-rw-r--r-- root/root usr/share/man/man1/clamdtop.1.gz
-rw-r--r-- root/root usr/share/man/man1/clamscan.1.gz
-rw-r--r-- root/root usr/share/man/man1/freshclam.1.gz
-rw-r--r-- root/root usr/share/man/man1/sigtool.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/clamav-milter.conf.5.gz
-rw-r--r-- root/root usr/share/man/man5/clamd.conf.5.gz
-rw-r--r-- root/root usr/share/man/man5/freshclam.conf.5.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/clamav-milter.8.gz
-rw-r--r-- root/root usr/share/man/man8/clamd.8.gz
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/log/
drwxr-xr-x clamav/clamav var/log/clamav/

View File

@ -1,11 +1,11 @@
# Description: A GPL virus scanner
# URL: http://www.clamav.net/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: zlib, bzip2, libgmp, curl
name=clamav
version=0.98.7
release=1
release=2
source=(http://download.sourceforge.net/$name/$name-$version.tar.gz \
clamd.conf freshclam.conf clamd freshclam)
@ -13,7 +13,6 @@ build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/man \
--enable-id-check \
--with-libcurl \
--with-tcpwrappers