diff --git a/security/steghide/Makefile b/security/steghide/Makefile index 0288186d7c20..5f368cf50d20 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -1,41 +1,42 @@ PORTNAME= steghide PORTVERSION= 0.5.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Steganography tool to hide data in binary files WWW= https://steghide.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmcrypt.so:security/libmcrypt \ libmhash.so:security/mhash USES= compiler cpe gmake jpeg libtool:build localbase perl5 CPE_VENDOR= ${PORTNAME}_project USE_CXXSTD= c++14 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share MAKE_ARGS= LIBTOOL="${LOCALBASE}/bin/libtool" CPPFLAGS+= -fpermissive CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} CXXFLAGS_clang= -Wno-static-float-init LIBS+= -lmcrypt OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls NLS_LIBS= -lintl post-patch: @${REINPLACE_CMD} '/CXXFLAGS=/s|-O2|${CXXFLAGS}|' ${WRKSRC}/configure .include diff --git a/security/steghide/pkg-plist b/security/steghide/pkg-plist index 450a3401d926..136f57d62919 100644 --- a/security/steghide/pkg-plist +++ b/security/steghide/pkg-plist @@ -1,12 +1,12 @@ bin/steghide %%PORTDOCS%%%%DOCSDIR%%/BUGS %%PORTDOCS%%%%DOCSDIR%%/CREDITS %%PORTDOCS%%%%DOCSDIR%%/HISTORY %%PORTDOCS%%%%DOCSDIR%%/LEAME %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO %%NLS%%share/locale/de/LC_MESSAGES/steghide.mo %%NLS%%share/locale/es/LC_MESSAGES/steghide.mo %%NLS%%share/locale/fr/LC_MESSAGES/steghide.mo %%NLS%%share/locale/ro/LC_MESSAGES/steghide.mo -man/man1/steghide.1.gz +share/man/man1/steghide.1.gz