misc/e2fsprogs-libuuid: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2017-08-14 15:16:02 +02:00
parent 6468d9173c
commit 9ecaa61f0a
2 changed files with 5 additions and 3 deletions

View file

@ -7,6 +7,9 @@ PKGNAMESUFFIX= -libuuid
COMMENT= UUID library from e2fsprogs package
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${INSTALL_WRKSRC}/COPYING
CONFIGURE_ARGS= --enable-elf-shlibs
OPTIONS_EXCLUDE= NLS

View file

@ -19,6 +19,5 @@ man/man3/uuid_generate_random.3.gz
man/man3/uuid_generate_time.3.gz
man/man8/uuidd.8.gz
sbin/uuidd
@exec mkdir -p /var/run/libuuid
@unexec %D/etc/rc.d/uuidd stop >/dev/null 2>&1 || true
@unexec rmdir /var/run/libuuid >/dev/null 2>&1 || true
@dir /var/run/libuuid
@preunexec %D/etc/rc.d/uuidd stop >/dev/null 2>&1 || true