diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:24:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:24:43 +0000 |
commit | 985b201424d63717aa5b6578fece8f2b853d9164 (patch) | |
tree | cc5885e72ecb468c0903137642e832ae5c7dc584 /net-mgmt/packit | |
parent | 28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (diff) |
Notes
Diffstat (limited to 'net-mgmt/packit')
-rw-r--r-- | net-mgmt/packit/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/packit/Makefile b/net-mgmt/packit/Makefile index a659dd3baa78..961a8b000b93 100644 --- a/net-mgmt/packit/Makefile +++ b/net-mgmt/packit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: packit -# Date created: 02.06.2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@oberon.net> # $FreeBSD$ -# PORTNAME= packit PORTVERSION= 1.0 @@ -32,6 +28,7 @@ CONFIGURE_ARGS+= --without-capture CONFIGURE_ARGS+= --without-injection .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lnet|`${LIBNET_CONFIG} --libs`|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} |