diff options
Diffstat (limited to 'security/yersinia/Makefile')
-rw-r--r-- | security/yersinia/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/security/yersinia/Makefile b/security/yersinia/Makefile index 961122e44107..238679045d84 100644 --- a/security/yersinia/Makefile +++ b/security/yersinia/Makefile @@ -27,18 +27,11 @@ CONFIGURE_ARGS+= --disable-gtk CONFLICTS= yersinia-gtk-[0-9]* .endif GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBNET_CONFIG="${LIBNET_CONFIG}" - -LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config #NOT_FOR_ARCHS= ia64 sparc64 PLIST_FILES= sbin/yersinia \ man/man8/yersinia.8.gz -post-patch: - @${REINPLACE_CMD} -e 's|-lnet|`${LIBNET_CONFIG} --libs`|' \ - ${WRKSRC}/src/Makefile.in - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/yersinia ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_MAN} ${WRKSRC}/yersinia.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ |