diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2013-12-30 17:22:40 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2013-12-30 17:22:40 +0000 |
commit | 5505166d44b9fb7f51d82bb3bb9487e7303e8a60 (patch) | |
tree | cf462e14b58a62a91f2583621bf1fcfa4909fdde /security | |
parent | f7be0641eca36d0d46ae9f8bf1dbad1fcffe7946 (diff) | |
download | ports-5505166d44b9fb7f51d82bb3bb9487e7303e8a60.tar.gz ports-5505166d44b9fb7f51d82bb3bb9487e7303e8a60.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/steghide/Makefile | 5 | ||||
-rw-r--r-- | security/steghide/pkg-plist | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/security/steghide/Makefile b/security/steghide/Makefile index 5d701c33973f..68ef1ed331dc 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -23,14 +23,9 @@ USE_GMAKE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl -lmcrypt" CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include -fpermissive -MAN1= steghide.1 - -NO_STAGE= yes post-patch: -.ifdef(NOPORTDOCS) ${REINPLACE_CMD} -e 's|install-data-am\: install-docDATA||' \ ${WRKSRC}/Makefile.in -.endif ${REINPLACE_CMD} -e 's,SHELL) libtool,SHELL) ${LIBTOOL} --tag=CXX,' \ ${WRKSRC}/src/Makefile.in ${REINPLACE_CMD} -e 's,-O2,${CFLAGS},' ${WRKSRC}/configure diff --git a/security/steghide/pkg-plist b/security/steghide/pkg-plist index 63986247c5fe..16ed9fde8248 100644 --- a/security/steghide/pkg-plist +++ b/security/steghide/pkg-plist @@ -10,3 +10,4 @@ share/locale/es/LC_MESSAGES/steghide.mo share/locale/fr/LC_MESSAGES/steghide.mo share/locale/ro/LC_MESSAGES/steghide.mo %%PORTDOCS%%@dirrm share/doc/steghide +man/man1/steghide.1.gz |