Skip to content

Commit

Permalink
security/rhash: Impelled to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 23, 2024
1 parent babb694 commit 8dd1c5f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion security/rhash/Makefile
@@ -1,5 +1,6 @@
PORTNAME= rhash
PORTVERSION= 1.4.4
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
Expand All @@ -17,7 +18,7 @@ LICENSE= BSD0CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING

HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix="${PREFIX}" --mandir="${PREFIX}/man" \
CONFIGURE_ARGS= --prefix="${PREFIX}" --mandir="${PREFIX}/share/man" \
--pkgconfigdir="${PREFIX}/libdata/pkgconfig" \
--enable-lib-static --enable-openssl-runtime \
--extra-cflags="${CFLAGS}" --extra-ldflags="${LDFLAGS}"
Expand Down
24 changes: 12 additions & 12 deletions security/rhash/pkg-plist
Expand Up @@ -18,18 +18,18 @@ lib/librhash.so
lib/librhash.so.1
lib/librhash.so.1.4.4
libdata/pkgconfig/librhash.pc
man/man1/ed2k-link.1.gz
man/man1/edonr256-hash.1.gz
man/man1/edonr512-hash.1.gz
man/man1/gost12-256-hash.1.gz
man/man1/gost12-512-hash.1.gz
man/man1/has160-hash.1.gz
man/man1/magnet-link.1.gz
man/man1/rhash.1.gz
man/man1/sfv-hash.1.gz
man/man1/tiger-hash.1.gz
man/man1/tth-hash.1.gz
man/man1/whirlpool-hash.1.gz
share/man/man1/ed2k-link.1.gz
share/man/man1/edonr256-hash.1.gz
share/man/man1/edonr512-hash.1.gz
share/man/man1/gost12-256-hash.1.gz
share/man/man1/gost12-512-hash.1.gz
share/man/man1/has160-hash.1.gz
share/man/man1/magnet-link.1.gz
share/man/man1/rhash.1.gz
share/man/man1/sfv-hash.1.gz
share/man/man1/tiger-hash.1.gz
share/man/man1/tth-hash.1.gz
share/man/man1/whirlpool-hash.1.gz
%%NLS%%share/locale/ca/LC_MESSAGES/rhash.mo
%%NLS%%share/locale/de/LC_MESSAGES/rhash.mo
%%NLS%%share/locale/en_AU/LC_MESSAGES/rhash.mo
Expand Down

0 comments on commit 8dd1c5f

Please sign in to comment.