aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2014-04-02 02:48:56 +0800
committerLars Engels <lme@FreeBSD.org>2014-04-02 02:48:56 +0800
commit754e1899d71231e38ba2ab0cc15f3f40e2803c4c (patch)
tree8aa75bf9e3173e113ea4247bc219d8ff6698e639 /net
parent4b4c8975e8b4873932a268949033d710e948f086 (diff)
downloadfreebsd-ports-gnome-754e1899d71231e38ba2ab0cc15f3f40e2803c4c.tar.gz
freebsd-ports-gnome-754e1899d71231e38ba2ab0cc15f3f40e2803c4c.tar.zst
freebsd-ports-gnome-754e1899d71231e38ba2ab0cc15f3f40e2803c4c.zip
- Stagify
Diffstat (limited to 'net')
-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>