aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagcon
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:24:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:24:43 +0000
commit985b201424d63717aa5b6578fece8f2b853d9164 (patch)
treecc5885e72ecb468c0903137642e832ae5c7dc584 /net-mgmt/nagcon
parent28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (diff)
downloadports-985b201424d63717aa5b6578fece8f2b853d9164.tar.gz
ports-985b201424d63717aa5b6578fece8f2b853d9164.zip
Notes
Diffstat (limited to 'net-mgmt/nagcon')
-rw-r--r--net-mgmt/nagcon/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/nagcon/Makefile b/net-mgmt/nagcon/Makefile
index 57c01f2fa8c5..3aaa1f32a8ef 100644
--- a/net-mgmt/nagcon/Makefile
+++ b/net-mgmt/nagcon/Makefile
@@ -1,9 +1,5 @@
-# ports collection makefile for: nagcon
-# Date created: Wed Mar 29 20:41:02 CST 2006
-# Whom: Douglas K. Rand <rand@meridian-enviro.com>
-#
+# Created by: Douglas K. Rand <rand@meridian-enviro.com>
# $FreeBSD$
-#
PORTNAME= nagcon
PORTVERSION= 0.0.30
@@ -24,6 +20,7 @@ CPPFILES= utils.cpp br.cpp nc.cpp pl.cpp
CFLAGS+= -DVERSION=\"${PORTVERSION}\" -I${LOCALBASE}/include
LDFLAGS+= -lncurses -lstdc++ -L${LOCALBASE}/lib -lstrfunc
+NO_STAGE= yes
do-build:
${CC} ${CFLAGS} -c -o ${WRKSRC}/${CFILES:C/\.c//}.o ${WRKSRC}/${CFILES}
.for f in ${CPPFILES}