diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-01 00:48:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-01 00:48:59 +0800 |
commit | 51cb854924dfe53c0318a88aeef8f35f88629739 (patch) | |
tree | a0da7ec51eb7db3dc16e37ff80783cc238388c2a | |
parent | 248758ab46f16aed96b32db3d35de4c237b490dd (diff) | |
download | freebsd-ports-graphics-51cb854924dfe53c0318a88aeef8f35f88629739.tar.gz freebsd-ports-graphics-51cb854924dfe53c0318a88aeef8f35f88629739.tar.zst freebsd-ports-graphics-51cb854924dfe53c0318a88aeef8f35f88629739.zip |
- Stage support
-rw-r--r-- | security/stegdetect/Makefile | 4 | ||||
-rw-r--r-- | security/stegdetect/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index 8caa233111e..b3ea4ce3e3c 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -15,7 +15,6 @@ COMMENT= Automated tool for detecting steganographic content in JPEGs 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' \ diff --git a/security/stegdetect/pkg-plist b/security/stegdetect/pkg-plist index f00a5fb2056..71a66f3e8b1 100644 --- a/security/stegdetect/pkg-plist +++ b/security/stegdetect/pkg-plist @@ -3,3 +3,5 @@ bin/stegbreak bin/stegcompare bin/stegdeimage %%X11%%bin/xsteg +man/man1/stegbreak.1.gz +man/man1/stegdetect.1.gz |