Date: Fri, 31 Jan 2014 16:49:00 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342024 - head/security/stegdetect Message-ID: <201401311649.s0VGn0g5098780@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Jan 31 16:48:59 2014 New Revision: 342024 URL: http://svnweb.freebsd.org/changeset/ports/342024 QAT: https://qat.redports.org/buildarchive/r342024/ Log: - Stage support Modified: head/security/stegdetect/Makefile head/security/stegdetect/pkg-plist Modified: head/security/stegdetect/Makefile ============================================================================== --- head/security/stegdetect/Makefile Fri Jan 31 16:48:26 2014 (r342023) +++ head/security/stegdetect/Makefile Fri Jan 31 16:48:59 2014 (r342024) @@ -15,7 +15,6 @@ COMMENT= Automated tool for detecting st OPTIONS_DEFINE= X11 OPTIONS_DEFAULT= X11 -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} @@ -29,9 +28,8 @@ PLIST_SUB+= X11="@comment " # Note: stegdetect includes a modified version of jpeg-6b linked statically GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake CONFIGURE_ARGS+=--program-prefix='' -MAN1= stegdetect.1 stegbreak.1 post-patch: @${REINPLACE_CMD} 's;/usr/include/event;${LOCALBASE}/include;g' \ Modified: head/security/stegdetect/pkg-plist ============================================================================== --- head/security/stegdetect/pkg-plist Fri Jan 31 16:48:26 2014 (r342023) +++ head/security/stegdetect/pkg-plist Fri Jan 31 16:48:59 2014 (r342024) @@ -3,3 +3,5 @@ bin/stegbreak bin/stegcompare bin/stegdeimage %%X11%%bin/xsteg +man/man1/stegbreak.1.gz +man/man1/stegdetect.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401311649.s0VGn0g5098780>