aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cdpd
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/cdpd
parent28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (diff)
downloadports-985b201424d63717aa5b6578fece8f2b853d9164.tar.gz
ports-985b201424d63717aa5b6578fece8f2b853d9164.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt)
Notes
Notes: svn path=/head/; revision=327757
Diffstat (limited to 'net-mgmt/cdpd')
-rw-r--r--net-mgmt/cdpd/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net-mgmt/cdpd/Makefile b/net-mgmt/cdpd/Makefile
index 66a7767725cb..244820c5b50b 100644
--- a/net-mgmt/cdpd/Makefile
+++ b/net-mgmt/cdpd/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: cdpd
-# Date created: 26 Sep 2001
-# Whom: Alexandre Snarskii <snar@paranoia.ru>
-#
+# Created by: Alexandre Snarskii <snar@paranoia.ru>
# $FreeBSD$
PORTNAME= cdpd
@@ -20,6 +17,7 @@ PLIST_FILES= sbin/cdpd
MAN8= cdpd.8
+NO_STAGE= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${PREFIX}/sbin
@${INSTALL_MAN} ${WRKSRC}/cdpd.8 ${MAN8PREFIX}/man/man8