diff options
Diffstat (limited to 'net-mgmt/isic')
-rw-r--r-- | net-mgmt/isic/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/isic/Makefile b/net-mgmt/isic/Makefile index 35ec616000a0..15fb0747674c 100644 --- a/net-mgmt/isic/Makefile +++ b/net-mgmt/isic/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: isic -# Date created: 25 February 2000 -# Whom: Brad Hendrickse <bradh@uunet.co.za> -# +# Created by: Brad Hendrickse <bradh@uunet.co.za> # $FreeBSD$ -# PORTNAME= isic PORTVERSION= 0.07 @@ -23,6 +19,7 @@ MAN1= isic.1 LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lnet|`${LIBNET_CONFIG} --libs`|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} |