Skip to content

Commit

Permalink
misc/e2fsprogs-libuuid: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
Reported by:	antoine
  • Loading branch information
5u623l20 committed Jan 23, 2024
1 parent 2b934fa commit 54e6276
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions misc/e2fsprogs-libuuid/Makefile
Expand Up @@ -39,9 +39,9 @@ post-build:

post-install:
${INSTALL_PROGRAM} ${WRKSRC}/misc/uuidgen ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/misc/uuidgen.1 ${STAGEDIR}${PREFIX}/man/man1/
${INSTALL_MAN} ${WRKSRC}/misc/uuidgen.1 ${STAGEDIR}${PREFIX}/share/man/man1/
${INSTALL_PROGRAM} ${WRKSRC}/misc/uuidd ${STAGEDIR}${PREFIX}/sbin/
${INSTALL_MAN} ${WRKSRC}/misc/uuidd.8 ${STAGEDIR}${PREFIX}/man/man8/
${INSTALL_MAN} ${WRKSRC}/misc/uuidd.8 ${STAGEDIR}${PREFIX}/share/man/man8/
${MKDIR} ${STAGEDIR}/var/run/libuuid

.include "${MASTERDIR}/Makefile"
26 changes: 13 additions & 13 deletions misc/e2fsprogs-libuuid/pkg-plist
Expand Up @@ -5,18 +5,18 @@ lib/libuuid.so.1
lib/libuuid.so
lib/libuuid.a
libdata/pkgconfig/uuid.pc
man/man1/uuidgen.1.gz
man/man3/uuid.3.gz
man/man3/uuid_clear.3.gz
man/man3/uuid_compare.3.gz
man/man3/uuid_copy.3.gz
man/man3/uuid_generate.3.gz
man/man3/uuid_is_null.3.gz
man/man3/uuid_parse.3.gz
man/man3/uuid_time.3.gz
man/man3/uuid_unparse.3.gz
man/man3/uuid_generate_random.3.gz
man/man3/uuid_generate_time.3.gz
man/man8/uuidd.8.gz
share/man/man1/uuidgen.1.gz
share/man/man3/uuid.3.gz
share/man/man3/uuid_clear.3.gz
share/man/man3/uuid_compare.3.gz
share/man/man3/uuid_copy.3.gz
share/man/man3/uuid_generate.3.gz
share/man/man3/uuid_is_null.3.gz
share/man/man3/uuid_parse.3.gz
share/man/man3/uuid_time.3.gz
share/man/man3/uuid_unparse.3.gz
share/man/man3/uuid_generate_random.3.gz
share/man/man3/uuid_generate_time.3.gz
share/man/man8/uuidd.8.gz
sbin/uuidd
@dir /var/run/libuuid

0 comments on commit 54e6276

Please sign in to comment.