diff options
Diffstat (limited to 'security/stegdetect')
-rw-r--r-- | security/stegdetect/Makefile | 2 | ||||
-rw-r--r-- | security/stegdetect/pkg-plist | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index ca4508dcd213..9ab5bd4cb1be 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -15,7 +15,7 @@ MAINTAINER= markp@FreeBSD.org # Note: stegdetect includes a modified version of jpeg-6b linked statically GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} -MAN1= stegdetect.1 +MAN1= stegdetect.1 stegbreak.1 pre-patch: @${PERL} -pi -e 's@\$$\(JPEGLIB\)@\$$\(JPEGLIB\) \-lcrypto@' \ diff --git a/security/stegdetect/pkg-plist b/security/stegdetect/pkg-plist index ba5784f2c8d2..b39dc10f212a 100644 --- a/security/stegdetect/pkg-plist +++ b/security/stegdetect/pkg-plist @@ -1 +1,4 @@ bin/stegdetect +bin/stegbreak +share/stegbreak/rules.ini +@dirrm share/stegbreak |