diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:03:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:03:29 +0000 |
commit | 2b300eeb3f3f12f89596c38ef5510f621dde4ca9 (patch) | |
tree | 8db179eca6ba6e7449724456d92a408d868a7732 /comms/nec2c | |
parent | f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a (diff) | |
download | freebsd-ports-2b300eeb3f3f12f89596c38ef5510f621dde4ca9.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: comms)
Diffstat (limited to 'comms/nec2c')
-rw-r--r-- | comms/nec2c/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/comms/nec2c/Makefile b/comms/nec2c/Makefile index b1a2a7fbb12b..7401ab66fe3b 100644 --- a/comms/nec2c/Makefile +++ b/comms/nec2c/Makefile @@ -1,12 +1,5 @@ -# ports collection makefile for: splat -# Date created: 8 July 2005 -# Whom: db -# +# Created by: db # $FreeBSD$ -# http://5b4az.chronos.org.uk/pkg/nec2/nec2c/nec2c-0.6.tar.gz -# http://ftp-mirror.internap.com/pub/FreeBSD/distfiles/nec2c/nec2c.tar.gz -# http://ftp.cerias.purdue.edu/pub/os/FreeBSD/distfiles/nec2c/nec2c.tar.gz -# PORTNAME= nec2c PORTVERSION= .9 @@ -21,6 +14,7 @@ COMMENT= Used to calculate antenna patterns useful to ham radio LIB_DEPENDS= ccm:${PORTSDIR}/math/ccmath +NO_STAGE= yes post-patch: ${CP} ${FILESDIR}/carg.c ${WRKSRC} |