aboutsummaryrefslogtreecommitdiff
path: root/net/cnd
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2014-04-01 18:48:56 +0000
committerLars Engels <lme@FreeBSD.org>2014-04-01 18:48:56 +0000
commit754e1899d71231e38ba2ab0cc15f3f40e2803c4c (patch)
tree8aa75bf9e3173e113ea4247bc219d8ff6698e639 /net/cnd
parent4b4c8975e8b4873932a268949033d710e948f086 (diff)
- Stagify
Notes
Notes: svn path=/head/; revision=349876
Diffstat (limited to 'net/cnd')
-rw-r--r--net/cnd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/cnd/Makefile b/net/cnd/Makefile
index b924872880b5..9acd0c16f244 100644
--- a/net/cnd/Makefile
+++ b/net/cnd/Makefile
@@ -11,5 +11,7 @@ COMMENT= Console network display
PLIST_FILES= bin/cnd
-NO_STAGE= yes
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
.include <bsd.port.mk>