portdbc: fixed mandir location

This commit is contained in:
Jose V Beneyto 2016-04-12 16:45:31 +02:00
parent b5185ef414
commit b08737b623
2 changed files with 6 additions and 5 deletions

View File

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

View File

@ -6,12 +6,12 @@
name=portdbc
version=1.1
release=1
release=2
source=(http://sepen.mooo.com/releases/$name-$version.tar.bz2)
build() {
cd $name-$version
make
make DESTDIR=$PKG install
make DESTDIR=$PKG MANDIR=/usr/share/man install
}