diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
commit | 0c710c7b4edb5ca79906be0115763864bc7c903f (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/nemesis | |
parent | Pick up. (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: net)
Diffstat (limited to 'net/nemesis')
-rw-r--r-- | net/nemesis/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/nemesis/Makefile b/net/nemesis/Makefile index ed0c07d931a0..0d2f35f798b7 100644 --- a/net/nemesis/Makefile +++ b/net/nemesis/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: nemesis -# Date created: Fri July 07, 2000 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= nemesis PORTVERSION= 1.4 @@ -28,6 +24,7 @@ PLIST_FILES= bin/nemesis LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|libnet-config|${LIBNET_CONFIG}|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} |