boxes: update mandir

This commit is contained in:
Thomas Penteker 2017-08-21 00:15:43 +02:00
parent 04c614ea39
commit c50c31f202
3 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/boxes
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rwxr-xr-x root/root usr/man/man1/boxes.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/boxes/
-rwxr-xr-x root/root usr/share/boxes/config
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rwxr-xr-x root/root usr/share/man/man1/boxes.1.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zdb4e6M6sR3PigyTOHliPimqBcg9RxYFnwXHV6UXONBkD4e8tabXyaE4XUkKgZp74vz8nLMoTj4xwFw5RQ7+wM=
SHA256 (Pkgfile) = 30e72c3f1f29736f224224ee6b11eb28e5921d17f22d53465d994e408ade5535
SHA256 (.footprint) = 859f87e585fafc6538f9964a63341de8bf39c0dd393888b73a14594086cb888e
RWSagIOpLGJF3yms/Hod9Ug+ZvLpHWUFLwEjmeo+XI1N6ySnjabpKT4tVq3ME08J8qwa9D+OtOVVfjBatsQGm3/MePSTsckX2gk=
SHA256 (Pkgfile) = 0596478e150b30ff935483592f78dd4cbd0ec4d658e0b0ea6e743f9d39f72f0b
SHA256 (.footprint) = 699f8f611fa0fd17ee163f74cbe37d300c3ebf89a6e77b43f310f93a01fd9d28
SHA256 (v1.2.zip) = 5e884058fc55e2acf3285078a7f599d189bc5a7b9ecece5a08a155d42733ded7

View File

@ -13,6 +13,6 @@ build () {
sed -i -e "s|^GLOBALCONF.*|GLOBALCONF = /usr/share/boxes/config|" Makefile
make
install -D src/boxes $PKG/usr/bin/boxes
install -D doc/boxes.1 $PKG/usr/man/man1/boxes.1
install -D doc/boxes.1 $PKG/usr/share/man/man1/boxes.1
install -D boxes-config $PKG/usr/share/boxes/config
}