diff options
Diffstat (limited to 'net-mgmt/isic/Makefile')
-rw-r--r-- | net-mgmt/isic/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net-mgmt/isic/Makefile b/net-mgmt/isic/Makefile index 13363644a647..9aee4030d9db 100644 --- a/net-mgmt/isic/Makefile +++ b/net-mgmt/isic/Makefile @@ -17,12 +17,4 @@ LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet GNU_CONFIGURE= yes USES= tar:tgz -LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config - -post-patch: - @${REINPLACE_CMD} -e 's|-lnet|`${LIBNET_CONFIG} --libs`|' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's|libnet-config|${LIBNET_CONFIG}|' \ - ${WRKSRC}/Makefile.in - .include <bsd.port.mk> |