mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
main/man-db: new port
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
man-db-2.10.2-1
|
||||
man-db-2.10.2-2
|
||||
drwxr-xr-x root/root etc/
|
||||
-rw-r--r-- root/root etc/man_db.conf
|
||||
drwxr-xr-x root/root usr/
|
||||
@@ -24,6 +24,19 @@ drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/accessdb
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/it/
|
||||
drwxr-xr-x root/root usr/share/man/it/man1/
|
||||
-rw-r--r-- root/root usr/share/man/it/man1/apropos.1
|
||||
-rw-r--r-- root/root usr/share/man/it/man1/man.1
|
||||
-rw-r--r-- root/root usr/share/man/it/man1/manpath.1
|
||||
-rw-r--r-- root/root usr/share/man/it/man1/whatis.1
|
||||
-rw-r--r-- root/root usr/share/man/it/man1/zsoelim.1
|
||||
drwxr-xr-x root/root usr/share/man/it/man5/
|
||||
-rw-r--r-- root/root usr/share/man/it/man5/manpath.5
|
||||
drwxr-xr-x root/root usr/share/man/it/man8/
|
||||
-rw-r--r-- root/root usr/share/man/it/man8/accessdb.8
|
||||
-rw-r--r-- root/root usr/share/man/it/man8/catman.8
|
||||
-rw-r--r-- root/root usr/share/man/it/man8/mandb.8
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/apropos.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/lexgrog.1.gz
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# description : Programs for finding and viewing man pages
|
||||
# depends : gdbm libpipeline zlib groff
|
||||
# depends : gdbm libpipeline zlib
|
||||
|
||||
name=man-db
|
||||
version=2.10.2
|
||||
release=1
|
||||
release=2
|
||||
source="https://savannah.nongnu.org/download/man-db/$name-$version.tar.xz"
|
||||
|
||||
build() {
|
||||
@@ -13,14 +13,11 @@ build() {
|
||||
--sysconfdir=/etc \
|
||||
--libexecdir=/usr/lib \
|
||||
--disable-setuid \
|
||||
--enable-cache-owner=bin \
|
||||
--with-browser=/usr/bin/lynx \
|
||||
--with-vgrind=/usr/bin/vgrind \
|
||||
--with-grap=/usr/bin/grap \
|
||||
--disable-cache-owner \
|
||||
--with-systemdtmpfilesdir=no \
|
||||
--with-systemdsystemunitdir=no \
|
||||
--disable-nls
|
||||
--with-systemdsystemunitdir=no
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
install -d $PKG/var/cache/man
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user